PostgreSQL Source Code  git master
xl_hash_split_allocate_page Struct Reference

#include <hash_xlog.h>

Data Fields

uint32 new_bucket
 
uint16 old_bucket_flag
 
uint16 new_bucket_flag
 
uint8 flags
 

Detailed Description

Definition at line 92 of file hash_xlog.h.

Field Documentation

◆ flags

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().

◆ new_bucket

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().

◆ new_bucket_flag

uint16 xl_hash_split_allocate_page::new_bucket_flag

Definition at line 96 of file hash_xlog.h.

Referenced by _hash_expandtable(), and hash_xlog_split_allocate_page().

◆ old_bucket_flag

uint16 xl_hash_split_allocate_page::old_bucket_flag

Definition at line 95 of file hash_xlog.h.

Referenced by _hash_expandtable(), and hash_xlog_split_allocate_page().


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