pgsql: Ensure that the test postmaster started by 'make check' listens - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Ensure that the test postmaster started by 'make check' listens
Date
Msg-id 20050112161952.167373A5D31@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/test/regress:
        pg_regress.sh (r1.51 -> r1.52)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.sh.diff?r1=1.51&r2=1.52)

pgsql-committers by date:

Previous
From: madness@pgfoundry.org (User Madness)
Date:
Subject: press - pr: Several updates from local user group members: Celal
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Increase MAXLISTEN to a more generous value, and add an error