Regression tests fails to start on system without unix sockets.

From: Kurt Roeckx <Q(at)ping(dot)be>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Regression tests fails to start on system without unix sockets.
Date: 2003-06-21 15:33:37
Message-ID: 20030621153337.GA8927@ping.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The regression tests will fail to start on a system that doesn't
have, or wasn't compiled for, unix domain sockets.

The pg_regress script will start the postmaster with the -i
option in case of QNX and BEOS, but not for instance in case of
WIN32.

I see some options to fix this:
- Always start with -i
- Make the "unix_sockets" variable depend on
HAVE_UNIX_SOCKETS intead of listen the OSs.

Kurt

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-06-21 15:43:17 Re: Two weeks to feature freeze
Previous Message Tom Lane 2003-06-21 15:27:49 Re: Commands to change name, schema, owner