postgresql/src
Tom Lane 4c1c9f80b7 Honor PGCTLTIMEOUT environment variable for pg_regress' startup wait.
In commit 2ffa869620 we made pg_ctl recognize an environment variable
PGCTLTIMEOUT to set the default timeout for starting and stopping the
postmaster.  However, pg_regress uses pg_ctl only for the "stop" end of
that; it has bespoke code for starting the postmaster, and that code has
historically had a hard-wired 60-second timeout.  Further buildfarm
experience says it'd be a good idea if that timeout were also controlled
by PGCTLTIMEOUT, so let's make it so.  Like the previous patch, back-patch
to all active branches.

Discussion: <13969.1461191936@sss.pgh.pa.us>
2016-04-20 23:48:13 -04:00
..
backend Fix possible use of uninitialised value in ts_headline() 2016-04-08 21:26:25 +03:00
bin Fix pg_dump so pg_upgrade'ing an extension with simple opfamilies works. 2016-04-13 18:57:52 -04:00
include Remove trailing commas in enums. 2016-04-14 19:25:17 -07:00
interfaces Avoid possibly-unsafe use of Windows' FormatMessage() function. 2016-03-29 11:54:58 -04:00
makefiles Don't use deprecated dllwrap on Cygwin. 2014-02-01 16:14:01 -05:00
pl plperl: Correctly handle empty arrays in plperl_ref_from_pg_array. 2016-03-08 13:42:58 -08:00
port Avoid possibly-unsafe use of Windows' FormatMessage() function. 2016-03-29 11:54:58 -04:00
template AIX: Test the -qlonglong option before use. 2015-07-17 03:02:23 -04:00
test Honor PGCTLTIMEOUT environment variable for pg_regress' startup wait. 2016-04-20 23:48:13 -04:00
timezone Modernize zic's test for valid timezone abbreviations. 2016-03-26 15:59:37 -04:00
tools Turn down MSVC compiler verbosity 2016-04-08 12:33:29 -04:00
tutorial Remove tabs after spaces in C comments 2014-05-06 11:26:26 -04:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
bcc32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Fix some oversights in distprep and maintainer-clean targets. 2011-03-10 00:04:05 -05:00
Makefile.global.in Make numeric form of PG version number readily available in Makefiles. 2015-07-05 12:01:01 -04:00
Makefile.shlib Unlink static libraries before rebuilding them. 2015-03-01 13:07:17 -05:00
nls-global.mk Fix makefile logic to not break the build when xgettext is missing 2010-10-14 23:16:46 +03:00
win32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00