PostgreSQL Source Code
git master
|
Data Fields | |
DestReceiver | pub |
Tuplestorestate * | tstore |
MemoryContext | cxt |
bool | detoast |
TupleDesc | target_tupdesc |
const char * | map_failure_msg |
Datum * | outvalues |
Datum * | tofree |
TupleConversionMap * | tupmap |
TupleTableSlot * | mapslot |
Definition at line 30 of file tstoreReceiver.c.
MemoryContext TStoreState::cxt |
Definition at line 35 of file tstoreReceiver.c.
Referenced by SetTuplestoreDestReceiverParams(), tstoreReceiveSlot_detoast(), and tstoreStartupReceiver().
bool TStoreState::detoast |
Definition at line 36 of file tstoreReceiver.c.
Referenced by SetTuplestoreDestReceiverParams(), and tstoreStartupReceiver().
const char* TStoreState::map_failure_msg |
Definition at line 38 of file tstoreReceiver.c.
Referenced by SetTuplestoreDestReceiverParams(), and tstoreStartupReceiver().
TupleTableSlot* TStoreState::mapslot |
Definition at line 43 of file tstoreReceiver.c.
Referenced by tstoreReceiveSlot_tupmap(), tstoreShutdownReceiver(), and tstoreStartupReceiver().
Datum* TStoreState::outvalues |
Definition at line 40 of file tstoreReceiver.c.
Referenced by tstoreReceiveSlot_detoast(), tstoreShutdownReceiver(), and tstoreStartupReceiver().
DestReceiver TStoreState::pub |
Definition at line 32 of file tstoreReceiver.c.
Referenced by SetTuplestoreDestReceiverParams(), and tstoreStartupReceiver().
TupleDesc TStoreState::target_tupdesc |
Definition at line 37 of file tstoreReceiver.c.
Referenced by SetTuplestoreDestReceiverParams(), and tstoreStartupReceiver().
Datum* TStoreState::tofree |
Definition at line 41 of file tstoreReceiver.c.
Referenced by tstoreReceiveSlot_detoast(), tstoreShutdownReceiver(), and tstoreStartupReceiver().
Tuplestorestate* TStoreState::tstore |
Definition at line 34 of file tstoreReceiver.c.
Referenced by SetTuplestoreDestReceiverParams(), tstoreReceiveSlot_detoast(), tstoreReceiveSlot_notoast(), and tstoreReceiveSlot_tupmap().
TupleConversionMap* TStoreState::tupmap |
Definition at line 42 of file tstoreReceiver.c.
Referenced by tstoreReceiveSlot_tupmap(), tstoreShutdownReceiver(), and tstoreStartupReceiver().