PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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 79 of file relscan.h.

Field Documentation

◆ phs_locator

RelFileLocator ParallelTableScanDescData::phs_locator

Definition at line 81 of file relscan.h.

Referenced by table_block_parallelscan_initialize().

◆ phs_snapshot_any

bool ParallelTableScanDescData::phs_snapshot_any

Definition at line 83 of file relscan.h.

◆ phs_snapshot_off

Size ParallelTableScanDescData::phs_snapshot_off

Definition at line 84 of file relscan.h.

◆ phs_syncscan

bool ParallelTableScanDescData::phs_syncscan

Definition at line 82 of file relscan.h.

Referenced by initscan().


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