|
PostgreSQL Source Code git master
|
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 |
Definition at line 38 of file hashfuncs.c.
| int HashPageStat::dead_items |
Definition at line 41 of file hashfuncs.c.
| int HashPageStat::free_size |
Definition at line 43 of file hashfuncs.c.
| Bucket HashPageStat::hasho_bucket |
Definition at line 48 of file hashfuncs.c.
| uint16 HashPageStat::hasho_flag |
Definition at line 49 of file hashfuncs.c.
| BlockNumber HashPageStat::hasho_nextblkno |
Definition at line 47 of file hashfuncs.c.
| uint16 HashPageStat::hasho_page_id |
Definition at line 50 of file hashfuncs.c.
| BlockNumber HashPageStat::hasho_prevblkno |
Definition at line 46 of file hashfuncs.c.
| int HashPageStat::live_items |
Definition at line 40 of file hashfuncs.c.
| int HashPageStat::page_size |
Definition at line 42 of file hashfuncs.c.