PostgreSQL Source Code  git master
xl_hash_init_meta_page Struct Reference

#include <hash_xlog.h>

Data Fields

double num_tuples
 
RegProcedure procid
 
uint16 ffactor
 

Detailed Description

Definition at line 210 of file hash_xlog.h.

Field Documentation

◆ ffactor

uint16 xl_hash_init_meta_page::ffactor

Definition at line 214 of file hash_xlog.h.

Referenced by _hash_init(), hash_desc(), and hash_xlog_init_meta_page().

◆ num_tuples

double xl_hash_init_meta_page::num_tuples

Definition at line 212 of file hash_xlog.h.

Referenced by _hash_init(), hash_desc(), and hash_xlog_init_meta_page().

◆ procid

RegProcedure xl_hash_init_meta_page::procid

Definition at line 213 of file hash_xlog.h.

Referenced by _hash_init(), and hash_xlog_init_meta_page().


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