Update some incorrect comments about xlog records.

Robert Haas <rhaas@postgresql.org>

Commit: ebd551f586a801dee426e49ba72fb213e8013890
Author: Robert Haas <rhaas@postgresql.org>
Date: 2023-03-03T17:52:04Z
Releases: 16.0
Update some incorrect comments about xlog records.

The comments claim that certain pieces of data are part of the main
WAL record data when in reality they are part of the data for
block 0. Repair.

Bertrand Drouvot, reviewed by Amit Kapila. Originally reported by me.

Discussion: http://postgr.es/m/80db7836-4415-d54a-64c3-66b88b1430e7@gmail.com

Files

PathChange+/−
src/include/access/gistxlog.h modified +1 −3
src/include/access/heapam_xlog.h modified +3 −2
src/include/access/nbtxlog.h modified +7 −3

Discussion