mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
When waiting is selected for the promote action, look into pg_control until the state changes, then use the PQping-based waiting until the server is reachable. Reviewed-by: Michael Paquier <michael.paquier@gmail.com>