PostgreSQL Source Code  git master
ParallelBlockTableScanWorkerData Struct Reference

#include <relscan.h>

Data Fields

uint64 phsw_nallocated
 
uint32 phsw_chunk_remaining
 
uint32 phsw_chunk_size
 

Detailed Description

Definition at line 90 of file relscan.h.

Field Documentation

◆ phsw_chunk_remaining

uint32 ParallelBlockTableScanWorkerData::phsw_chunk_remaining

Definition at line 93 of file relscan.h.

Referenced by table_block_parallelscan_nextpage().

◆ phsw_chunk_size

uint32 ParallelBlockTableScanWorkerData::phsw_chunk_size

◆ phsw_nallocated

uint64 ParallelBlockTableScanWorkerData::phsw_nallocated

Definition at line 92 of file relscan.h.

Referenced by table_block_parallelscan_nextpage().


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