PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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 216 of file pltcl.c.

Field Documentation

◆ attinmeta

AttInMetadata* pltcl_call_state::attinmeta

Definition at line 233 of file pltcl.c.

◆ fcinfo

FunctionCallInfo pltcl_call_state::fcinfo

Definition at line 219 of file pltcl.c.

Referenced by pltcl_argisnull(), and pltcl_returnnull().

◆ prodesc

pltcl_proc_desc* pltcl_call_state::prodesc

Definition at line 225 of file pltcl.c.

Referenced by pltcl_SPI_execute(), pltcl_SPI_execute_plan(), and pltcl_SPI_prepare().

◆ ret_tupdesc

TupleDesc pltcl_call_state::ret_tupdesc

Definition at line 232 of file pltcl.c.

◆ rsi

ReturnSetInfo* pltcl_call_state::rsi

Definition at line 235 of file pltcl.c.

◆ trigdata

TriggerData* pltcl_call_state::trigdata

Definition at line 222 of file pltcl.c.

◆ tuple_store

Tuplestorestate* pltcl_call_state::tuple_store

Definition at line 236 of file pltcl.c.

◆ tuple_store_cxt

MemoryContext pltcl_call_state::tuple_store_cxt

Definition at line 237 of file pltcl.c.

◆ tuple_store_owner

ResourceOwner pltcl_call_state::tuple_store_owner

Definition at line 238 of file pltcl.c.


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