PostgreSQL Source Code git master
Loading...
Searching...
No Matches
TStoreState Struct Reference

Data Fields

DestReceiver pub
 
Tuplestorestatetstore
 
MemoryContext cxt
 
bool detoast
 
TupleDesc target_tupdesc
 
const charmap_failure_msg
 
Datumoutvalues
 
Datumtofree
 
TupleConversionMaptupmap
 
TupleTableSlotmapslot
 

Detailed Description

Definition at line 31 of file tstoreReceiver.c.

Field Documentation

◆ cxt

MemoryContext TStoreState::cxt

Definition at line 36 of file tstoreReceiver.c.

◆ detoast

bool TStoreState::detoast

Definition at line 37 of file tstoreReceiver.c.

◆ map_failure_msg

const char* TStoreState::map_failure_msg

Definition at line 39 of file tstoreReceiver.c.

◆ mapslot

TupleTableSlot* TStoreState::mapslot

Definition at line 44 of file tstoreReceiver.c.

◆ outvalues

Datum* TStoreState::outvalues

Definition at line 41 of file tstoreReceiver.c.

◆ pub

DestReceiver TStoreState::pub

Definition at line 33 of file tstoreReceiver.c.

Referenced by CreateTuplestoreDestReceiver().

◆ target_tupdesc

TupleDesc TStoreState::target_tupdesc

Definition at line 38 of file tstoreReceiver.c.

◆ tofree

Datum* TStoreState::tofree

Definition at line 42 of file tstoreReceiver.c.

◆ tstore

Tuplestorestate* TStoreState::tstore

Definition at line 35 of file tstoreReceiver.c.

◆ tupmap

TupleConversionMap* TStoreState::tupmap

Definition at line 43 of file tstoreReceiver.c.


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