PostgreSQL Source Code  git master
ParallelTableScanDescData Struct Reference

#include <relscan.h>

Data Fields

RelFileLocator phs_locator
 
bool phs_syncscan
 
bool phs_snapshot_any
 
Size phs_snapshot_off
 

Detailed Description

Definition at line 64 of file relscan.h.

Field Documentation

◆ phs_locator

RelFileLocator ParallelTableScanDescData::phs_locator

Definition at line 66 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 68 of file relscan.h.

Referenced by table_beginscan_parallel(), and table_parallelscan_initialize().

◆ phs_snapshot_off

Size ParallelTableScanDescData::phs_snapshot_off

Definition at line 69 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: