PostgreSQL Source Code  git master
TStoreState Struct Reference

Data Fields

DestReceiver pub
 
Tuplestorestatetstore
 
MemoryContext cxt
 
bool detoast
 
TupleDesc target_tupdesc
 
const char * map_failure_msg
 
Datumoutvalues
 
Datumtofree
 
TupleConversionMaptupmap
 
TupleTableSlotmapslot
 

Detailed Description

Definition at line 30 of file tstoreReceiver.c.

Field Documentation

◆ cxt

◆ detoast

bool TStoreState::detoast

Definition at line 36 of file tstoreReceiver.c.

Referenced by SetTuplestoreDestReceiverParams(), and tstoreStartupReceiver().

◆ map_failure_msg

const char* TStoreState::map_failure_msg

Definition at line 38 of file tstoreReceiver.c.

Referenced by SetTuplestoreDestReceiverParams(), and tstoreStartupReceiver().

◆ mapslot

TupleTableSlot* TStoreState::mapslot

◆ outvalues

Datum* TStoreState::outvalues

◆ pub

DestReceiver TStoreState::pub

Definition at line 32 of file tstoreReceiver.c.

Referenced by SetTuplestoreDestReceiverParams(), and tstoreStartupReceiver().

◆ target_tupdesc

TupleDesc TStoreState::target_tupdesc

Definition at line 37 of file tstoreReceiver.c.

Referenced by SetTuplestoreDestReceiverParams(), and tstoreStartupReceiver().

◆ tofree

Datum* TStoreState::tofree

◆ tstore

◆ tupmap

TupleConversionMap* TStoreState::tupmap

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