Обсуждение: pgsql: Fix outdated comment

Поиск
Список
Период
Сортировка

pgsql: Fix outdated comment

От
Heikki Linnakangas
Дата:
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(-)