PostgreSQL Source Code  git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ParallelIndexScanDescData Struct Reference

#include <relscan.h>

Data Fields

RelFileLocator ps_locator
 
RelFileLocator ps_indexlocator
 
Size ps_offset
 
char ps_snapshot_data [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 193 of file relscan.h.

Field Documentation

◆ ps_indexlocator

RelFileLocator ParallelIndexScanDescData::ps_indexlocator

Definition at line 196 of file relscan.h.

Referenced by index_beginscan_parallel(), and index_parallelscan_initialize().

◆ ps_locator

RelFileLocator ParallelIndexScanDescData::ps_locator

Definition at line 195 of file relscan.h.

Referenced by index_beginscan_parallel(), and index_parallelscan_initialize().

◆ ps_offset

Size ParallelIndexScanDescData::ps_offset

◆ ps_snapshot_data

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().


The documentation for this struct was generated from the following file: