You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a race when using pg_ctl start --wait:
- pg_ctl starts Postgres
- Postgres begins recovery, detects a parameter requires restart, and exits
- pg_ctl reports that Postgres did not start
Now we look at the LSN reported by pg_controldata to determine if Postgres
made any progress during a "failed" start.
Issue: PGO-1945
0 commit comments