pgsql: Fix nbtree page split rmgr desc routine. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Fix nbtree page split rmgr desc routine.
Date
Msg-id E1i8Xq7-0003Q1-Rt@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix nbtree page split rmgr desc routine.

Include newitemoff in rmgr desc output for nbtree page split records.
In passing, correct an obsolete comment that claimed that newitemoff is
only logged for _L variant nbtree page split WAL records.

Both issues were oversights in commit 2c03216d831, which revamped the
WAL format.

Author: Peter Geoghegan
Backpatch: 9.5-, where the WAL format was revamped.

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3097a0d6e9e28137691a2e89949f1b525160de2d

Modified Files
--------------
src/backend/access/rmgrdesc/nbtdesc.c |  4 ++--
src/include/access/nbtxlog.h          | 15 +++++++--------
2 files changed, 9 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix usage of whole-row variables in WCO and RLS policyexpressio
Next
From: Fujii Masao
Date:
Subject: pgsql: Add tab completion for CREATE OR REPLACE in psql.