PostgreSQL Source Code  git master
SimpleEcontextStackEntry Struct Reference

Data Fields

ExprContextstack_econtext
 
SubTransactionId xact_subxid
 
struct SimpleEcontextStackEntrynext
 

Detailed Description

Definition at line 88 of file pl_exec.c.

Field Documentation

◆ next

struct SimpleEcontextStackEntry* SimpleEcontextStackEntry::next

Definition at line 92 of file pl_exec.c.

Referenced by plpgsql_create_econtext(), plpgsql_destroy_econtext(), and plpgsql_subxact_cb().

◆ stack_econtext

ExprContext* SimpleEcontextStackEntry::stack_econtext

Definition at line 90 of file pl_exec.c.

Referenced by plpgsql_create_econtext(), plpgsql_destroy_econtext(), and plpgsql_subxact_cb().

◆ xact_subxid

SubTransactionId SimpleEcontextStackEntry::xact_subxid

Definition at line 91 of file pl_exec.c.

Referenced by plpgsql_create_econtext(), and plpgsql_subxact_cb().


The documentation for this struct was generated from the following file: