|
PostgreSQL Source Code git master
|
| AttInMetadata* pltcl_call_state::attinmeta |
Definition at line 233 of file pltcl.c.
Referenced by pltcl_build_tuple_result(), pltcl_func_handler(), and pltcl_init_tuple_store().
| FunctionCallInfo pltcl_call_state::fcinfo |
Definition at line 219 of file pltcl.c.
Referenced by pltcl_argisnull(), pltcl_handler(), pltcl_returnnext(), and pltcl_returnnull().
| pltcl_proc_desc* pltcl_call_state::prodesc |
Definition at line 225 of file pltcl.c.
Referenced by pltcl_build_tuple_result(), pltcl_event_trigger_handler(), pltcl_func_handler(), pltcl_handler(), pltcl_returnnext(), pltcl_SPI_execute(), pltcl_SPI_execute_plan(), pltcl_SPI_prepare(), and pltcl_trigger_handler().
| TupleDesc pltcl_call_state::ret_tupdesc |
Definition at line 232 of file pltcl.c.
Referenced by pltcl_build_tuple_result(), pltcl_func_handler(), pltcl_init_tuple_store(), and pltcl_returnnext().
| ReturnSetInfo* pltcl_call_state::rsi |
Definition at line 235 of file pltcl.c.
Referenced by pltcl_func_handler(), and pltcl_init_tuple_store().
| TriggerData* pltcl_call_state::trigdata |
Definition at line 222 of file pltcl.c.
Referenced by pltcl_build_tuple_result(), and pltcl_trigger_handler().
| Tuplestorestate* pltcl_call_state::tuple_store |
Definition at line 236 of file pltcl.c.
Referenced by pltcl_func_handler(), pltcl_init_tuple_store(), and pltcl_returnnext().
| MemoryContext pltcl_call_state::tuple_store_cxt |
Definition at line 237 of file pltcl.c.
Referenced by pltcl_func_handler(), and pltcl_init_tuple_store().
| ResourceOwner pltcl_call_state::tuple_store_owner |
Definition at line 238 of file pltcl.c.
Referenced by pltcl_func_handler(), and pltcl_init_tuple_store().