pgsql: Update some incorrect comments about xlog records.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update some incorrect comments about xlog records.
Date: 2023-03-03 17:52:51
Message-ID: E1pY9aM-001j53-Kd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2023-03-03 17:56:23 Re: pgsql: Harden new test case against force_parallel_mode = regress.
Previous Message Tom Lane 2023-03-03 17:46:42 Re: pgsql: Harden new test case against force_parallel_mode = regress.