PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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]

Definition at line 63 of file tidstore.c.

Referenced by TidStoreGetBlockOffsets(), TidStoreIsMember(), and TidStoreSetBlockOffsets().

◆ 

struct { ... } BlocktableEntry::header

◆ nwords

int8 BlocktableEntry::nwords

Definition at line 56 of file tidstore.c.

Referenced by TidStoreGetBlockOffsets(), TidStoreIsMember(), and TidStoreSetBlockOffsets().

◆ words

bitmapword BlocktableEntry::words[FLEXIBLE_ARRAY_MEMBER]

Definition at line 76 of file tidstore.c.

Referenced by TidStoreGetBlockOffsets(), TidStoreIsMember(), and TidStoreSetBlockOffsets().


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