PostgreSQL Source Code  git master
BlocktableEntry Struct Reference

Data Fields

struct {
   uint8   flags
 
   int8   nwords
 
   OffsetNumber   full_offsets [NUM_FULL_OFFSETS]
 
header
 
bitmapword words [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 44 of file tidstore.c.

Field Documentation

◆ flags

uint8 BlocktableEntry::flags

Definition at line 54 of file tidstore.c.

◆ full_offsets

OffsetNumber BlocktableEntry::full_offsets[NUM_FULL_OFFSETS]

◆ 

struct { ... } BlocktableEntry::header

◆ nwords

int8 BlocktableEntry::nwords

◆ words

bitmapword BlocktableEntry::words[FLEXIBLE_ARRAY_MEMBER]

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