Ensure that the test postmaster started by 'make check' listens to as

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 6bb51348b00c81243cf3532cf4ca97f728e3ffe8
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-01-12T16:19:51Z
Releases: 8.0.0
Ensure that the test postmaster started by 'make check' listens to as
few 'listen_addresses' as possible --- on most systems, none at all,
just the Unix socket.  This avoids spurious check failures due to bogus
DNS setups, and is probably a good idea from a security standpoint anyway.
Per trouble report from Jean-GÅrard Pailloncy.

Files

PathChange+/−
src/test/regress/pg_regress.sh modified +6 −2