]> granicus.if.org Git - postgresql/commit
Fix nbtree page split rmgr desc routine.
authorPeter Geoghegan <pg@bowt.ie>
Thu, 12 Sep 2019 22:45:07 +0000 (15:45 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Thu, 12 Sep 2019 22:45:07 +0000 (15:45 -0700)
commit3097a0d6e9e28137691a2e89949f1b525160de2d
tree8cdd5fcfcea336d971f4d2b548e2ba68df76f43d
parent5e9b18c78789aa905d7aba8e0f0729e965aa32fd
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/nbtxlog.h