mirror of
https://github.com/postgres/postgres.git
synced 2026-06-04 06:45:49 -04:00
5e85315ea7
In particular, it's bad to start walreceiver when in state PM_WAIT_BACKENDS, because we have no provision to kill walreceiver when in that state. Fujii Masao