Add a field to the first page of each WAL file to indicate the

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 09b5271ebdfe0e2acb03f96edca39dda2ff42362
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-04-05T03:34:05Z
Releases: 8.2.0
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

Files