pgsql: Bump XLOG_PAGE_MAGIC due to the addition of wal_compression=zstd - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Bump XLOG_PAGE_MAGIC due to the addition of wal_compression=zstd
Date
Msg-id [email protected]
Whole thread Raw
List 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/[email protected]

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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Add API of sorts for transition table handling in trigger.c
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Normalize heap_prepare_freeze_tuple argument name.