|
PostgreSQL Source Code git master
|
Data Fields | |
| LWLock | lock |
| BlockNumber | read_page |
| BlockNumber | npages |
| bool | writing |
Definition at line 50 of file sharedtuplestore.c.
| LWLock SharedTuplestoreParticipant::lock |
Definition at line 52 of file sharedtuplestore.c.
Referenced by sts_initialize(), and sts_parallel_scan_next().
| BlockNumber SharedTuplestoreParticipant::npages |
Definition at line 54 of file sharedtuplestore.c.
Referenced by sts_flush_chunk(), sts_initialize(), and sts_parallel_scan_next().
| BlockNumber SharedTuplestoreParticipant::read_page |
Definition at line 53 of file sharedtuplestore.c.
Referenced by sts_initialize(), sts_parallel_scan_next(), and sts_reinitialize().
| bool SharedTuplestoreParticipant::writing |
Definition at line 55 of file sharedtuplestore.c.
Referenced by sts_begin_parallel_scan(), sts_end_write(), sts_initialize(), and sts_puttuple().