Fix incorrect comment about nbtree WAL record.

Peter Geoghegan <pg@bowt.ie>

Commit: cd7cdc550c2a00027d6ec1810d064ad636250b1f
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2023-04-17T16:58:18Z
Releases: 16.0
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.

Files

PathChange+/−
src/include/access/nbtxlog.h modified +9 −5