pgsql: Bump XLOG_PAGE_MAGIC after xl_heap_prune change - Mailing list pgsql-committers

From Melanie Plageman
Subject pgsql: Bump XLOG_PAGE_MAGIC after xl_heap_prune change
Date
Msg-id E1v8fnv-001fJ3-2H@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Bump XLOG_PAGE_MAGIC after xl_heap_prune change

add323da40a6 altered xl_heap_prune, changing the WAL format, but
neglected to bump XLOG_PAGE_MAGIC. Do so now.

Author: Melanie Plageman <melanieplageman@gmail.com>
Reported-by: Kirill Reshke <reshkekirill@gmail.com>
Reported-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/aO3Gw6hCAZFUd5ab%40paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4a8fb58671d36b8f6cb4f5c582b8dc5fa4d26702

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


pgsql-committers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: pgsql: Use ereport rather than elog in WinCheckAndInitializeNullTreatme
Next
From: Nathan Bossart
Date:
Subject: pgsql: dblink: Avoid locking relation before privilege check.