Add a field to the first page of each WAL file to indicate the
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 5 Apr 2006 03:34:05 +0000 (03:34 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 5 Apr 2006 03:34:05 +0000 (03:34 +0000)
commit09b5271ebdfe0e2acb03f96edca39dda2ff42362
tree54462a0aafedc44a5ee9e910499daae75a035d6d
parente6140d90520eca4505d65557ea40369dcf0dec89
Add a field to the first page of each WAL file to indicate the
XLOG_BLCKSZ.  This ought to help in preventing configuration mismatch
problems if anyone tries to ship PITR files between servers compiled
with different XLOG_BLCKSZ settings.  Simon Riggs
src/backend/access/transam/xlog.c
src/bin/pg_resetxlog/pg_resetxlog.c
src/include/access/xlog_internal.h