|
PostgreSQL Source Code git master
|
#include <hash_xlog.h>
Data Fields | |
| uint32 | new_bucket |
| uint16 | old_bucket_flag |
| uint16 | new_bucket_flag |
| uint8 | flags |
Definition at line 92 of file hash_xlog.h.
| uint8 xl_hash_split_allocate_page::flags |
Definition at line 97 of file hash_xlog.h.
Referenced by _hash_expandtable(), hash_desc(), and hash_xlog_split_allocate_page().
| uint32 xl_hash_split_allocate_page::new_bucket |
Definition at line 94 of file hash_xlog.h.
Referenced by _hash_expandtable(), hash_desc(), and hash_xlog_split_allocate_page().
| uint16 xl_hash_split_allocate_page::new_bucket_flag |
Definition at line 96 of file hash_xlog.h.
Referenced by _hash_expandtable(), hash_desc(), and hash_xlog_split_allocate_page().
| uint16 xl_hash_split_allocate_page::old_bucket_flag |
Definition at line 95 of file hash_xlog.h.
Referenced by _hash_expandtable(), hash_desc(), and hash_xlog_split_allocate_page().