pgsql: Bump XLOG_PAGE_MAGIC due to the addition of wal_compression=zstd

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Bump XLOG_PAGE_MAGIC due to the addition of wal_compression=zstd
Date: 2022-03-12 00:50:27
Message-ID: E1nSpxi-000LIl-Ux@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Bump XLOG_PAGE_MAGIC due to the addition of wal_compression=zstd

While on it, fix a thinko in the docs, introduced by the same commit.

Oversights in e953732.

Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20220311214900.GN28503@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8e375ea4a0e95dd0d74f11c439cce4498bf80bd7

Modified Files
--------------
doc/src/sgml/config.sgml | 2 +-
src/include/access/xlog_internal.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2022-03-12 03:30:54 pgsql: Normalize heap_prepare_freeze_tuple argument name.
Previous Message Alvaro Herrera 2022-03-11 23:41:51 pgsql: Add API of sorts for transition table handling in trigger.c