PostgreSQL Source Code git master
|
Go to the source code of this file.
Functions | |
DestReceiver * | CreateTuplestoreDestReceiver (void) |
void | SetTuplestoreDestReceiverParams (DestReceiver *self, Tuplestorestate *tStore, MemoryContext tContext, bool detoast, TupleDesc target_tupdesc, const char *map_failure_msg) |
DestReceiver * CreateTuplestoreDestReceiver | ( | void | ) |
Definition at line 238 of file tstoreReceiver.c.
References DestTuplestore, _DestReceiver::mydest, palloc0(), TStoreState::pub, _DestReceiver::rDestroy, _DestReceiver::receiveSlot, _DestReceiver::rShutdown, _DestReceiver::rStartup, tstoreDestroyReceiver(), tstoreReceiveSlot_notoast(), tstoreShutdownReceiver(), and tstoreStartupReceiver().
Referenced by CreateDestReceiver().
void SetTuplestoreDestReceiverParams | ( | DestReceiver * | self, |
Tuplestorestate * | tStore, | ||
MemoryContext | tContext, | ||
bool | detoast, | ||
TupleDesc | target_tupdesc, | ||
const char * | map_failure_msg | ||
) |
Definition at line 266 of file tstoreReceiver.c.
References Assert, TStoreState::cxt, DestTuplestore, TStoreState::detoast, TStoreState::map_failure_msg, _DestReceiver::mydest, TStoreState::pub, TStoreState::target_tupdesc, and TStoreState::tstore.
Referenced by exec_stmt_return_query(), FillPortalStore(), and PersistHoldablePortal().