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

Data Fields

BlockRefTableKey key
 
BlockNumber limit_block
 
char status
 
uint32 nchunks
 
uint16chunk_size
 
uint16chunk_usage
 
BlockRefTableChunkchunk_data
 

Detailed Description

Definition at line 110 of file blkreftable.c.

Field Documentation

◆ chunk_data

◆ chunk_size

uint16* BlockRefTableEntry::chunk_size

Definition at line 116 of file blkreftable.c.

Referenced by BlockRefTableEntryMarkBlockModified(), and BlockRefTableFreeEntry().

◆ chunk_usage

◆ key

BlockRefTableKey BlockRefTableEntry::key

Definition at line 112 of file blkreftable.c.

Referenced by BlockRefTableWriteEntry(), and CreateBlockRefTableEntry().

◆ limit_block

BlockNumber BlockRefTableEntry::limit_block

◆ nchunks

◆ status

char BlockRefTableEntry::status

Definition at line 114 of file blkreftable.c.


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