pgsql: Update some incorrect comments about xlog records. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Update some incorrect comments about xlog records.
Date
Msg-id E1pY9aM-001j53-Kd@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ebd551f586a801dee426e49ba72fb213e8013890

Modified Files
--------------
src/include/access/gistxlog.h    |  4 +---
src/include/access/heapam_xlog.h |  5 +++--
src/include/access/nbtxlog.h     | 10 +++++++---
3 files changed, 11 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: meson: Prevent installation of test files during main install
Next
From: Tom Lane
Date:
Subject: pgsql: Tighten header pre-inclusions in headerscheck and cpluspluscheck