|
PostgreSQL Source Code git master
|
Data Fields | |
| int | nparticipants |
| int | flags |
| size_t | meta_data_size |
| char | name [NAMEDATALEN] |
| SharedTuplestoreParticipant | participants [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 59 of file sharedtuplestore.c.
| int SharedTuplestore::flags |
Definition at line 62 of file sharedtuplestore.c.
Referenced by sts_initialize().
| size_t SharedTuplestore::meta_data_size |
Definition at line 63 of file sharedtuplestore.c.
Referenced by sts_initialize(), sts_puttuple(), and sts_read_tuple().
| char SharedTuplestore::name[NAMEDATALEN] |
Definition at line 64 of file sharedtuplestore.c.
Referenced by sts_filename(), and sts_initialize().
| int SharedTuplestore::nparticipants |
Definition at line 61 of file sharedtuplestore.c.
Referenced by sts_begin_parallel_scan(), sts_initialize(), sts_parallel_scan_next(), and sts_reinitialize().
| SharedTuplestoreParticipant SharedTuplestore::participants[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 67 of file sharedtuplestore.c.
Referenced by sts_begin_parallel_scan(), sts_end_write(), sts_flush_chunk(), sts_initialize(), sts_parallel_scan_next(), sts_puttuple(), and sts_reinitialize().