]> granicus.if.org Git - postgresql/commit
Increase fixed waits in "pg_ctl start -w" from 5 seconds to 10.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 19 Jun 2016 18:01:17 +0000 (14:01 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 19 Jun 2016 18:01:17 +0000 (14:01 -0400)
commit354b3a3ac814076dbe8b51bf94b203abbcb5b32f
tree01f9f4a713cc69e26946e6fdd83b28cb9980b7ed
parentd56c02f1ac9247295ec1e5143361020a91f708c8
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.5798.85609@wrigleys.postgresql.org>
src/bin/pg_ctl/pg_ctl.c