PostgreSQL Source Code  git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
PagetableEntry Struct Reference

Data Fields

BlockNumber blockno
 
char status
 
bool ischunk
 
bool recheck
 
bitmapword words [Max(WORDS_PER_PAGE, WORDS_PER_CHUNK)]
 

Detailed Description

Definition at line 100 of file tidbitmap.c.

Field Documentation

◆ blockno

◆ ischunk

◆ recheck

bool PagetableEntry::recheck

◆ status

char PagetableEntry::status

Definition at line 103 of file tidbitmap.c.

Referenced by tbm_create_pagetable(), tbm_get_pageentry(), and tbm_mark_page_lossy().

◆ words


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