|
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_initialize(), and sts_parallel_scan_next().
| BlockNumber SharedTuplestoreParticipant::read_page |
Definition at line 53 of file sharedtuplestore.c.
Referenced by sts_initialize(), and sts_parallel_scan_next().
| bool SharedTuplestoreParticipant::writing |
Definition at line 55 of file sharedtuplestore.c.
Referenced by sts_initialize(), and sts_puttuple().