pgsql: Update XLOG_PAGE_MAGIC to recognise WAL format changes.

From: sriggs(at)postgresql(dot)org (Simon Riggs)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update XLOG_PAGE_MAGIC to recognise WAL format changes.
Date: 2010-03-19 17:42:10
Message-ID: 20100319174210.3B24B7541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Update XLOG_PAGE_MAGIC to recognise WAL format changes.

Modified Files:
--------------
pgsql/src/include/access:
xlog_internal.h (r1.29 -> r1.30)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/xlog_internal.h?r1=1.29&r2=1.30)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2010-03-19 17:51:42 pgsql: Minor tweaks on libpqrcv_connect(): ensure conninfo_repl[] is
Previous Message Andrew Dunstan 2010-03-19 15:50:55 Re: pgsql: Prevent the injection of invalidly encoded strings by PL/Python