Fix nbtree page split rmgr desc routine.
authorPeter Geoghegan <[email protected]>
Thu, 12 Sep 2019 22:44:59 +0000 (15:44 -0700)
committerPeter Geoghegan <[email protected]>
Thu, 12 Sep 2019 22:44:59 +0000 (15:44 -0700)
commit9064cc139d10d6e45a370dd8761a02f7e7da36f4
tree1d435d4b75d246dacf4e6b1e5c1d96b3c304ee1c
parentaee5736f154061a6ea61de59bc88c3aa9ed6fc67
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.
src/backend/access/rmgrdesc/nbtdesc.c
src/include/access/nbtree.h