PostgreSQL Source Code  git master
ParallelIndexScanDescData Struct Reference

#include <relscan.h>

Data Fields

Oid ps_relid
 
Oid ps_indexid
 
Size ps_offset
 
char ps_snapshot_data [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 170 of file relscan.h.

Field Documentation

◆ ps_indexid

Oid ParallelIndexScanDescData::ps_indexid

Definition at line 173 of file relscan.h.

Referenced by index_parallelscan_initialize().

◆ ps_offset

Size ParallelIndexScanDescData::ps_offset

◆ ps_relid

Oid ParallelIndexScanDescData::ps_relid

Definition at line 172 of file relscan.h.

Referenced by index_beginscan_parallel(), and index_parallelscan_initialize().

◆ ps_snapshot_data

char ParallelIndexScanDescData::ps_snapshot_data[FLEXIBLE_ARRAY_MEMBER]

Definition at line 175 of file relscan.h.

Referenced by index_beginscan_parallel(), and index_parallelscan_initialize().


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