pgsql: Fix outdated comment

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix outdated comment
Date: 2025-03-04 13:45:19
Message-ID: E1tpSaF-000kdZ-06@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix outdated comment

Commit bc971f4025 replaced the latch-setting mechanism that the
comment talked about with a condition variable. And before that,
commit 2258e76f90 moved the code so that the comment got detached from
the loop that it talked about, so move the comment closer to the loop.

Branch
------
master

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

Modified Files
--------------
src/backend/access/transam/xlogutils.c | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2025-03-04 15:00:19 pgsql: Add regression tests for pg_stat_progress_copy.tuples_skipped.
Previous Message Daniel Gustafsson 2025-03-04 11:24:15 pgsql: doc: Expand version compatibility for pg_basebackup features