Fix outdated comment
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 4 Mar 2025 13:33:19 +0000 (15:33 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 4 Mar 2025 13:33:19 +0000 (15:33 +0200)
commitd2e7068392b22218b83b7e275b77968027ac3d29
tree3d382a6129a5a2b358ee8f5049581baef69c524a
parentad13490be0005b0f467879d8f88db003b7494138
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.
src/backend/access/transam/xlogutils.c