Add a field to the first page of each WAL file to indicate the
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xlog.c | modified | +10 −1 |
| src/bin/pg_resetxlog/pg_resetxlog.c | modified | +2 −1 |
| src/include/access/xlog_internal.h | modified | +3 −2 |