pgsql: Improve comments in online checksums code - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Improve comments in online checksums code
Date
Msg-id E1wT2tL-000A8O-2i@gemulon.postgresql.org
Whole thread
List pgsql-committers
Improve comments in online checksums code

Spelling fixes and rewording outdated information.

Author: Tomas Vondra <tomas@vondra.me>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/f1281cf3-89a3-4936-9bc5-2a5a6291229f@vondra.me

Branch
------
master

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

Modified Files
--------------
src/backend/access/transam/xlog.c           |  5 ++---
src/backend/postmaster/auxprocess.c         |  2 +-
src/backend/postmaster/datachecksum_state.c | 34 ++++++++++++-----------------
src/backend/utils/init/postinit.c           |  2 +-
4 files changed, 18 insertions(+), 25 deletions(-)


pgsql-committers by date:

Previous
From: Álvaro Herrera
Date:
Subject: pgsql: Advance restart_lsn more eagerly in LogicalConfirmReceivedLocati
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix compilation with OpenSSL 4