PostgreSQL Source Code
git master
|
#include <hash_xlog.h>
Data Fields | |
double | num_tuples |
RegProcedure | procid |
uint16 | ffactor |
Definition at line 210 of file hash_xlog.h.
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().
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().
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().