PostgreSQL Source Code
git master
|
Data Fields | |
int | ntuples |
int | overflow |
char | data [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 42 of file sharedtuplestore.c.
char SharedTuplestoreChunk::data[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 46 of file sharedtuplestore.c.
Referenced by sts_flush_chunk(), and sts_puttuple().
int SharedTuplestoreChunk::ntuples |
Definition at line 44 of file sharedtuplestore.c.
Referenced by sts_parallel_scan_next(), sts_puttuple(), and sts_read_tuple().
int SharedTuplestoreChunk::overflow |
Definition at line 45 of file sharedtuplestore.c.
Referenced by sts_parallel_scan_next(), sts_puttuple(), and sts_read_tuple().