Thread

Commits

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

  1. v10 changes to pg_ctl --wait

    The Post Office <noreply@postgresql.org> — 2018-01-23T09:37:23Z

    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!).
    
  2. Re: v10 changes to pg_ctl --wait

    Tom Lane <tgl@sss.pgh.pa.us> — 2018-01-23T17:29:48Z

    =?utf-8?q?PG_Doc_comments_form?= <noreply@postgresql.org> writes:
    > 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!).
    
    Missed that --- will fix, thanks for noticing!
    
    			regards, tom lane