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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a field to the first page of each WAL file to indicate the
Date: 2006-04-05 03:34:05
Message-ID: 20060405033405.A0A7F11F653C@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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

Modified Files:
--------------
pgsql/src/backend/access/transam:
xlog.c (r1.233 -> r1.234)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.233&r2=1.234)
pgsql/src/bin/pg_resetxlog:
pg_resetxlog.c (r1.42 -> r1.43)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_resetxlog/pg_resetxlog.c.diff?r1=1.42&r2=1.43)
pgsql/src/include/access:
xlog_internal.h (r1.12 -> r1.13)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/access/xlog_internal.h.diff?r1=1.12&r2=1.13)

Browse pgsql-committers by date

  From Date Subject
Next Message User Okbob 2006-04-05 06:28:04 orafce - orafce: correction some errors in dbms_alert
Previous Message User Gsmet 2006-04-04 23:12:29 pgfouine - pgfouine: added a tooltip with hourly statistics on