Fix incorrect comment about nbtree WAL record.
commitcd7cdc550c2a00027d6ec1810d064ad636250b1f
authorPeter Geoghegan <pg@bowt.ie>
Mon, 17 Apr 2023 16:58:18 +0000 (17 09:58 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Mon, 17 Apr 2023 16:58:18 +0000 (17 09:58 -0700)
treea0b018a10da22d9bb5b533d168b92931b689b48e
parentd48ac0070cff197125088959e5644ed051322f5e
Fix incorrect comment about nbtree WAL record.

The nbtree VACUUM WAL record stores its page offset number payload in
blk 0 (just like the closely related nbtree DELETE WAL record).  Commit
ebd551f5 fixed a similar issue with the DELETE WAL record, but missed
this one.
src/include/access/nbtxlog.h