pgsql: Bump WAL version.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Bump WAL version.
Date: 2019-11-21 13:20:24
Message-ID: E1iXmNk-0004HZ-FM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Bump WAL version.

Oversight in commit e6d8069522. Since that commit changed the format of
XLOG_DBASE_DROP WAL record, XLOG_PAGE_MAGIC needs to be bumped.

Spotted by Michael Paquier

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/43a54a3bccd7dc6be798475214d561f3e93b3055

Modified Files
--------------
src/include/access/xlog_internal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-11-21 17:48:58 pgsql: Remove configure --disable-float4-byval
Previous Message Fujii Masao 2019-11-21 13:03:27 Re: pgsql: Make DROP DATABASE command generate less WAL records.