Regression tests fails to start on system without unix sockets. - Mailing list pgsql-hackers

From Kurt Roeckx
Subject Regression tests fails to start on system without unix sockets.
Date
Msg-id 20030621153337.GA8927@ping.be
Whole thread Raw
Responses Re: Regression tests fails to start on system without unix sockets.  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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



pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: compile failure on cvs tip --with-krb5
Next
From: Tom Lane
Date:
Subject: Re: Two weeks to feature freeze