mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
In earlier versions of the sync rep patch, waiters removed themselves from the queue, but now walsender removes them before doing the wakeup. Report by Fujii Masao.