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