Thread: pgsql: Fix nbtree page split rmgr desc routine.

pgsql: Fix nbtree page split rmgr desc routine.

From
Peter Geoghegan
Date:
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_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e87b00b5f650a3c87db67049842f743d534b1cb1

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