PostgreSQL Source Code  git master
SystemSamplerData Struct Reference

Data Fields

uint64 cutoff
 
uint32 seed
 
BlockNumber nextblock
 
OffsetNumber lt
 

Detailed Description

Definition at line 37 of file system.c.

Field Documentation

◆ cutoff

uint64 SystemSamplerData::cutoff

Definition at line 39 of file system.c.

Referenced by system_beginsamplescan().

◆ lt

OffsetNumber SystemSamplerData::lt

Definition at line 42 of file system.c.

Referenced by system_beginsamplescan(), and system_nextsampletuple().

◆ nextblock

BlockNumber SystemSamplerData::nextblock

Definition at line 41 of file system.c.

Referenced by system_beginsamplescan(), and system_nextsampleblock().

◆ seed

uint32 SystemSamplerData::seed

Definition at line 40 of file system.c.

Referenced by system_beginsamplescan(), and system_nextsampleblock().


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