pgsql: Fix incorrect comment about nbtree WAL record.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect comment about nbtree WAL record.
Date: 2023-04-17 16:59:10
Message-ID: E1poSC4-003YrP-Uu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

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

Modified Files
--------------
src/include/access/nbtxlog.h | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-04-17 18:22:34 pgsql: Avoid trying to write an empty WAL record in log_newpage_range()
Previous Message Tom Lane 2023-04-17 15:22:01 pgsql: Further cleanup of autoconf output files for GSSAPI changes.