mirror of
https://github.com/postgres/postgres.git
synced 2025-05-19 00:04:06 -04: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>