v10 changes to pg_ctl --wait

The Post Office <noreply@postgresql.org>

From: PG Doc comments form <noreply@postgresql.org>
To: pgsql-docs@lists.postgresql.org
Cc: nickbarnes01@gmail.com
Date: 2018-01-23T09:37:23Z
Lists: pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/devel/static/app-pg-ctl.html
Description:

The docs for --wait still say:

"When waiting for startup, pg_ctl repeatedly attempts to connect to the
server."

I believe it's been changed to examine  postmaster.pid instead (thanks
Tom!).

Commits

  1. Documentation fix: pg_ctl no longer makes connection attempts.