pgsql: Fix outdated comment - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix outdated comment
Date
Msg-id E1tpSaF-000kdZ-06@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Expand version compatibility for pg_basebackup features
Next
From: Fujii Masao
Date:
Subject: pgsql: Add regression tests for pg_stat_progress_copy.tuples_skipped.