PostgreSQL Source Code  git master
HashPageStat Struct Reference

Data Fields

int live_items
 
int dead_items
 
int page_size
 
int free_size
 
BlockNumber hasho_prevblkno
 
BlockNumber hasho_nextblkno
 
Bucket hasho_bucket
 
uint16 hasho_flag
 
uint16 hasho_page_id
 

Detailed Description

Definition at line 38 of file hashfuncs.c.

Field Documentation

◆ dead_items

int HashPageStat::dead_items

Definition at line 41 of file hashfuncs.c.

◆ free_size

int HashPageStat::free_size

Definition at line 43 of file hashfuncs.c.

◆ hasho_bucket

Bucket HashPageStat::hasho_bucket

Definition at line 48 of file hashfuncs.c.

◆ hasho_flag

uint16 HashPageStat::hasho_flag

Definition at line 49 of file hashfuncs.c.

◆ hasho_nextblkno

BlockNumber HashPageStat::hasho_nextblkno

Definition at line 47 of file hashfuncs.c.

◆ hasho_page_id

uint16 HashPageStat::hasho_page_id

Definition at line 50 of file hashfuncs.c.

◆ hasho_prevblkno

BlockNumber HashPageStat::hasho_prevblkno

Definition at line 46 of file hashfuncs.c.

◆ live_items

int HashPageStat::live_items

Definition at line 40 of file hashfuncs.c.

◆ page_size

int HashPageStat::page_size

Definition at line 42 of file hashfuncs.c.


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