PostgreSQL Source Code git master
Loading...
Searching...
No Matches
BlockRefTableSerializedEntry Struct Reference

Data Fields

RelFileLocator rlocator
 
ForkNumber forknum
 
BlockNumber limit_block
 
uint32 nchunks
 

Detailed Description

Definition at line 155 of file blkreftable.c.

Field Documentation

◆ forknum

ForkNumber BlockRefTableSerializedEntry::forknum

Definition at line 158 of file blkreftable.c.

◆ limit_block

BlockNumber BlockRefTableSerializedEntry::limit_block

Definition at line 159 of file blkreftable.c.

◆ nchunks

uint32 BlockRefTableSerializedEntry::nchunks

Definition at line 160 of file blkreftable.c.

◆ rlocator

RelFileLocator BlockRefTableSerializedEntry::rlocator

Definition at line 157 of file blkreftable.c.

Referenced by BlockRefTableWriteEntry(), and WriteBlockRefTable().


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