PostgreSQL Source Code
git master
|
#include <relscan.h>
Data Fields | |
RelFileLocator | ps_locator |
RelFileLocator | ps_indexlocator |
Size | ps_offset |
char | ps_snapshot_data [FLEXIBLE_ARRAY_MEMBER] |
RelFileLocator ParallelIndexScanDescData::ps_indexlocator |
Definition at line 196 of file relscan.h.
Referenced by index_beginscan_parallel(), and index_parallelscan_initialize().
RelFileLocator ParallelIndexScanDescData::ps_locator |
Definition at line 195 of file relscan.h.
Referenced by index_beginscan_parallel(), and index_parallelscan_initialize().
Size ParallelIndexScanDescData::ps_offset |
Definition at line 197 of file relscan.h.
Referenced by _bt_parallel_release(), btparallelrescan(), and index_parallelscan_initialize().
char ParallelIndexScanDescData::ps_snapshot_data[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 198 of file relscan.h.
Referenced by index_beginscan_parallel(), and index_parallelscan_initialize().