Fix nbtree page split rmgr desc routine.

Peter Geoghegan <pg@bowt.ie>

Commit: 9064cc139d10d6e45a370dd8761a02f7e7da36f4
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2019-09-12T22:44:59Z
Releases: 9.5.20
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.

Files

PathChange+/−
src/backend/access/rmgrdesc/nbtdesc.c modified +2 −2
src/include/access/nbtree.h modified +6 −6