Re: Postgres 10 and the pg_ctl "--wait" option

2018-03-18 Thread Greg k
This seems to be different behaviour between pg9.5 and pg10. Pg9.5 does not give a connection error once "pg_ctl --wait ..." finishes. So I've moved this to the pgsql-bugs list. Greg On Fri, 2 Mar 2018 at 17:04 Greg k wrote: > In PostreSql 10, the documentation for pg_c

Postgres 10 and the pg_ctl "--wait" option

2018-03-01 Thread Greg k
In PostreSql 10, the documentation for pg_ctl and the "--wait" option says "Startup is considered complete when the PID file indicates that the server is ready to accept connections." When I do a point-in-time recovery followed by a start with "/usr/pgsql-10/bin/pg_ctl start -D /data -w -t 86400",