PostgreSQL Source Code
git master
|
#include <pg_upgrade.h>
Definition at line 204 of file pg_upgrade.h.
uint32 ControlData::align |
Definition at line 216 of file pg_upgrade.h.
Referenced by check_control_data().
uint32 ControlData::blocksz |
Definition at line 217 of file pg_upgrade.h.
Referenced by check_control_data().
uint32 ControlData::cat_ver |
Definition at line 207 of file pg_upgrade.h.
Referenced by check_and_dump_old_cluster(), copy_xact_xlog_xid(), and transfer_single_new_db().
uint32 ControlData::chkpnt_nxtepoch |
Definition at line 210 of file pg_upgrade.h.
Referenced by copy_xact_xlog_xid().
uint32 ControlData::chkpnt_nxtmulti |
Definition at line 212 of file pg_upgrade.h.
Referenced by copy_xact_xlog_xid(), and set_frozenxids().
uint32 ControlData::chkpnt_nxtmxoff |
Definition at line 213 of file pg_upgrade.h.
Referenced by copy_xact_xlog_xid().
uint32 ControlData::chkpnt_nxtoid |
Definition at line 211 of file pg_upgrade.h.
Referenced by main().
uint32 ControlData::chkpnt_nxtxid |
Definition at line 209 of file pg_upgrade.h.
Referenced by copy_xact_xlog_xid(), and set_frozenxids().
uint32 ControlData::chkpnt_oldstMulti |
Definition at line 214 of file pg_upgrade.h.
Referenced by copy_xact_xlog_xid().
uint32 ControlData::chkpnt_oldstxid |
Definition at line 215 of file pg_upgrade.h.
Referenced by copy_xact_xlog_xid().
uint32 ControlData::ctrl_ver |
Definition at line 206 of file pg_upgrade.h.
uint32 ControlData::data_checksum_version |
Definition at line 227 of file pg_upgrade.h.
Referenced by check_control_data(), and rewriteVisibilityMap().
bool ControlData::date_is_int |
Definition at line 225 of file pg_upgrade.h.
Referenced by check_control_data().
bool ControlData::float8_pass_by_value |
Definition at line 226 of file pg_upgrade.h.
Referenced by check_for_isn_and_int8_passing_mismatch().
uint32 ControlData::ident |
Definition at line 221 of file pg_upgrade.h.
Referenced by check_control_data().
uint32 ControlData::index |
Definition at line 222 of file pg_upgrade.h.
Referenced by check_control_data().
uint32 ControlData::large_object |
Definition at line 224 of file pg_upgrade.h.
Referenced by check_control_data().
uint32 ControlData::largesz |
Definition at line 218 of file pg_upgrade.h.
Referenced by check_control_data().
char ControlData::nextxlogfile[25] |
Definition at line 208 of file pg_upgrade.h.
Referenced by copy_xact_xlog_xid().
uint32 ControlData::toast |
Definition at line 223 of file pg_upgrade.h.
Referenced by check_control_data().
uint32 ControlData::walseg |
Definition at line 220 of file pg_upgrade.h.
Referenced by check_control_data().
uint32 ControlData::walsz |
Definition at line 219 of file pg_upgrade.h.
Referenced by check_control_data().