PostgreSQL Source Code
git master
|
#include <hash_xlog.h>
Data Fields | |
double | num_tuples |
RegProcedure | procid |
uint16 | ffactor |
Definition at line 216 of file hash_xlog.h.
uint16 xl_hash_init_meta_page::ffactor |
Definition at line 220 of file hash_xlog.h.
Referenced by _hash_init(), hash_desc(), and hash_xlog_init_meta_page().
double xl_hash_init_meta_page::num_tuples |
Definition at line 218 of file hash_xlog.h.
Referenced by _hash_init(), hash_desc(), and hash_xlog_init_meta_page().
RegProcedure xl_hash_init_meta_page::procid |
Definition at line 219 of file hash_xlog.h.
Referenced by _hash_init(), and hash_xlog_init_meta_page().