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