pgsql: pg_regress now needs to know that Windows hasn't got unix

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_regress now needs to know that Windows hasn't got unix
Date: 2005-01-15 04:15:54
Message-ID: 20050115041554.C26AF3A299B@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
pg_regress now needs to know that Windows hasn't got unix sockets,
per Andrew Dunstan. Also, don't override the user's value of PGHOST
in the 'make installcheck' case. I think the latter was an ill-considered
workaround for the Windows code back when libpq didn't properly default
to localhost on Unix-socket-less platforms.

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-01-15 05:19:02 pgsql: Merge query of system objects FAQ items.
Previous Message Tom Lane 2005-01-15 03:38:45 pgsql: Simplify trigger example, per Mark Kirkwood.