|
PostgreSQL Source Code git master
|
Data Fields | |
| ExprContext * | stack_econtext |
| SubTransactionId | xact_subxid |
| struct SimpleEcontextStackEntry * | next |
| struct SimpleEcontextStackEntry* SimpleEcontextStackEntry::next |
Definition at line 88 of file pl_exec.c.
Referenced by plpgsql_create_econtext(), plpgsql_destroy_econtext(), and plpgsql_subxact_cb().
| ExprContext* SimpleEcontextStackEntry::stack_econtext |
Definition at line 86 of file pl_exec.c.
Referenced by plpgsql_create_econtext(), plpgsql_destroy_econtext(), and plpgsql_subxact_cb().
| SubTransactionId SimpleEcontextStackEntry::xact_subxid |
Definition at line 87 of file pl_exec.c.
Referenced by plpgsql_create_econtext(), and plpgsql_subxact_cb().