PostgreSQL Source Code  git master
pltcl_call_state Struct Reference

Data Fields

FunctionCallInfo fcinfo
 
TriggerDatatrigdata
 
pltcl_proc_descprodesc
 
TupleDesc ret_tupdesc
 
AttInMetadataattinmeta
 
ReturnSetInforsi
 
Tuplestorestatetuple_store
 
MemoryContext tuple_store_cxt
 
ResourceOwner tuple_store_owner
 

Detailed Description

Definition at line 208 of file pltcl.c.

Field Documentation

◆ attinmeta

AttInMetadata* pltcl_call_state::attinmeta

Definition at line 225 of file pltcl.c.

Referenced by pltcl_build_tuple_result(), pltcl_func_handler(), and pltcl_init_tuple_store().

◆ fcinfo

FunctionCallInfo pltcl_call_state::fcinfo

Definition at line 211 of file pltcl.c.

Referenced by pltcl_argisnull(), pltcl_handler(), pltcl_returnnext(), and pltcl_returnnull().

◆ prodesc

◆ ret_tupdesc

TupleDesc pltcl_call_state::ret_tupdesc

◆ rsi

ReturnSetInfo* pltcl_call_state::rsi

Definition at line 227 of file pltcl.c.

Referenced by pltcl_func_handler(), and pltcl_init_tuple_store().

◆ trigdata

TriggerData* pltcl_call_state::trigdata

Definition at line 214 of file pltcl.c.

Referenced by pltcl_build_tuple_result(), and pltcl_trigger_handler().

◆ tuple_store

Tuplestorestate* pltcl_call_state::tuple_store

Definition at line 228 of file pltcl.c.

Referenced by pltcl_func_handler(), pltcl_init_tuple_store(), and pltcl_returnnext().

◆ tuple_store_cxt

MemoryContext pltcl_call_state::tuple_store_cxt

Definition at line 229 of file pltcl.c.

Referenced by pltcl_func_handler(), and pltcl_init_tuple_store().

◆ tuple_store_owner

ResourceOwner pltcl_call_state::tuple_store_owner

Definition at line 230 of file pltcl.c.

Referenced by pltcl_func_handler(), and pltcl_init_tuple_store().


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