|
PostgreSQL Source Code git master
|
#include <hash.h>
Data Fields | |
| BlockNumber | hasho_prevblkno |
| BlockNumber | hasho_nextblkno |
| Bucket | hasho_bucket |
| uint16 | hasho_flag |
| uint16 | hasho_page_id |
| Bucket HashPageOpaqueData::hasho_bucket |
Definition at line 81 of file hash.h.
Referenced by _hash_first(), _hash_getbucketbuf_from_hashkey(), _hash_initbitmapbuffer(), and GetHashPageStatistics().
| uint16 HashPageOpaqueData::hasho_flag |
Definition at line 82 of file hash.h.
Referenced by _hash_checkpage(), _hash_initbitmapbuffer(), _hash_kill_items(), GetHashPageStatistics(), hash_mask(), hash_page_type(), hashbucketcleanup(), pgstat_hash_page(), and pgstathashindex().
| BlockNumber HashPageOpaqueData::hasho_nextblkno |
Definition at line 80 of file hash.h.
Referenced by _hash_first(), _hash_initbitmapbuffer(), _hash_readpage(), GetHashPageStatistics(), and hashbucketcleanup().
| uint16 HashPageOpaqueData::hasho_page_id |
Definition at line 83 of file hash.h.
Referenced by _hash_initbitmapbuffer(), and GetHashPageStatistics().
| BlockNumber HashPageOpaqueData::hasho_prevblkno |
Definition at line 79 of file hash.h.
Referenced by _hash_getbucketbuf_from_hashkey(), _hash_initbitmapbuffer(), _hash_readpage(), and GetHashPageStatistics().