PostgreSQL Source Code  git master
ParallelTableScanDescData Struct Reference

#include <relscan.h>

Data Fields

Oid phs_relid
 
bool phs_syncscan
 
bool phs_snapshot_any
 
Size phs_snapshot_off
 

Detailed Description

Definition at line 63 of file relscan.h.

Field Documentation

◆ phs_relid

Oid ParallelTableScanDescData::phs_relid

Definition at line 65 of file relscan.h.

Referenced by table_beginscan_parallel(), and table_block_parallelscan_initialize().

◆ phs_snapshot_any

bool ParallelTableScanDescData::phs_snapshot_any

Definition at line 67 of file relscan.h.

Referenced by table_beginscan_parallel(), and table_parallelscan_initialize().

◆ phs_snapshot_off

Size ParallelTableScanDescData::phs_snapshot_off

Definition at line 68 of file relscan.h.

Referenced by table_beginscan_parallel(), and table_parallelscan_initialize().

◆ phs_syncscan

bool ParallelTableScanDescData::phs_syncscan

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