PostgreSQL Source Code
git master
|
#include <pg_upgrade.h>
Definition at line 224 of file pg_upgrade.h.
uint32 ControlData::align |
Definition at line 236 of file pg_upgrade.h.
Referenced by check_control_data().
uint32 ControlData::blocksz |
Definition at line 237 of file pg_upgrade.h.
Referenced by check_control_data().
uint32 ControlData::cat_ver |
Definition at line 227 of file pg_upgrade.h.
Referenced by copy_xact_xlog_xid(), and transfer_single_new_db().
uint32 ControlData::chkpnt_nxtepoch |
Definition at line 230 of file pg_upgrade.h.
Referenced by copy_xact_xlog_xid().
uint32 ControlData::chkpnt_nxtmulti |
Definition at line 232 of file pg_upgrade.h.
Referenced by copy_xact_xlog_xid(), and set_frozenxids().
uint32 ControlData::chkpnt_nxtmxoff |
Definition at line 233 of file pg_upgrade.h.
Referenced by copy_xact_xlog_xid().
uint32 ControlData::chkpnt_nxtoid |
Definition at line 231 of file pg_upgrade.h.
Referenced by main().
uint32 ControlData::chkpnt_nxtxid |
Definition at line 229 of file pg_upgrade.h.
Referenced by copy_xact_xlog_xid(), and set_frozenxids().
uint32 ControlData::chkpnt_oldstMulti |
Definition at line 234 of file pg_upgrade.h.
Referenced by copy_xact_xlog_xid().
uint32 ControlData::chkpnt_oldstxid |
Definition at line 235 of file pg_upgrade.h.
Referenced by copy_xact_xlog_xid().
uint32 ControlData::ctrl_ver |
Definition at line 226 of file pg_upgrade.h.
uint32 ControlData::data_checksum_version |
Definition at line 247 of file pg_upgrade.h.
Referenced by check_control_data(), and rewriteVisibilityMap().
bool ControlData::date_is_int |
Definition at line 245 of file pg_upgrade.h.
Referenced by check_control_data().
bool ControlData::float8_pass_by_value |
Definition at line 246 of file pg_upgrade.h.
Referenced by check_for_isn_and_int8_passing_mismatch().
uint32 ControlData::ident |
Definition at line 241 of file pg_upgrade.h.
Referenced by check_control_data().
uint32 ControlData::index |
Definition at line 242 of file pg_upgrade.h.
Referenced by check_control_data().
uint32 ControlData::large_object |
Definition at line 244 of file pg_upgrade.h.
Referenced by check_control_data().
uint32 ControlData::largesz |
Definition at line 238 of file pg_upgrade.h.
Referenced by check_control_data().
char ControlData::nextxlogfile[25] |
Definition at line 228 of file pg_upgrade.h.
Referenced by copy_xact_xlog_xid().
uint32 ControlData::toast |
Definition at line 243 of file pg_upgrade.h.
Referenced by check_control_data().
uint32 ControlData::walseg |
Definition at line 240 of file pg_upgrade.h.
Referenced by check_control_data().
uint32 ControlData::walsz |
Definition at line 239 of file pg_upgrade.h.
Referenced by check_control_data().