Ensure that the test postmaster started by 'make check' listens to as
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/test/regress/pg_regress.sh | modified | +6 −2 |