pgsql: Increase fixed waits in "pg_ctl start -w" from 5 seconds to 10.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Increase fixed waits in "pg_ctl start -w" from 5 seconds to 10.
Date: 2016-06-19 18:01:24
Message-ID: E1bEh2C-0003Cf-6i@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Increase fixed waits in "pg_ctl start -w" from 5 seconds to 10.

In the 9.1 branch only, modify test_postmaster_connection() so that it
will wait up to 10 seconds, not 5, for the postmaster pid file to appear.
This is a much simpler and safer, if less complete, way of addressing
the buildfarm instability issues we hoped to solve with c869a7d5b.

Discussion: <20160618042812(dot)5798(dot)85609(at)wrigleys(dot)postgresql(dot)org>

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/354b3a3ac814076dbe8b51bf94b203abbcb5b32f

Modified Files
--------------
src/bin/pg_ctl/pg_ctl.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andreas Karlsson 2016-06-19 20:28:41 Re: pgsql: Update dblink extension for parallel query.
Previous Message Tom Lane 2016-06-19 17:12:22 pgsql: Docs: improve description of psql's %R prompt escape sequence.