pgsql: Fix nbtree page split rmgr desc routine.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix nbtree page split rmgr desc routine.
Date: 2019-09-12 22:45:23
Message-ID: E1i8Xq7-0003Q7-SH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/835646503d5d7782d890b7ad5039e64c08e2b89d

Modified Files
--------------
src/backend/access/rmgrdesc/nbtdesc.c | 4 ++--
src/include/access/nbtree.h | 12 ++++++------
2 files changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2019-09-13 06:20:28 Re: pgsql: Use data directory inode number, not port, to select SysV resour
Previous Message Tom Lane 2019-09-12 22:30:03 pgsql: Fix usage of whole-row variables in WCO and RLS policy expressio