Regression tests fails to start on system without unix sockets.

Поиск
Список
Период
Сортировка
От Kurt Roeckx
Тема Regression tests fails to start on system without unix sockets.
Дата
Msg-id 20030621153337.GA8927@ping.be
обсуждение исходный текст
Ответы Re: Regression tests fails to start on system without unix sockets.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: compile failure on cvs tip --with-krb5
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Two weeks to feature freeze