Re: test failure on latest source

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: test failure on latest source
Дата
Msg-id 534973B7.1060307@dunslane.net
обсуждение исходный текст
Ответ на test failure on latest source  (Marco Atzeri <marco.atzeri@gmail.com>)
Ответы Re: test failure on latest source  (Marco Atzeri <marco.atzeri@gmail.com>)
Список pgsql-hackers
On 04/12/2014 12:39 PM, Marco Atzeri wrote:
>
> Anyone seeing similar failure ?
>
> testing on latest
>
> $ git log |head
> commit 3c41b812c5578fd7bd5c2de42941012d7d56dde2
> Author: Bruce Momjian <bruce@momjian.us>
> Date:   Thu Apr 10 17:16:22 2014 -0400
>
>     docs: psql '--' comments are not passed to the server
>
>     C-style block comments are passed to the server.
>
>
> $ cat /pub/devel/postgresql/prova/build_orig/src/test/regress
> /log/postmaster.log
> LOG:  could not resolve "localhost": Non-recoverable failure in name 
> resolution
> LOG:  disabling statistics collector for lack of working socket
> WARNING:  autovacuum not started because of misconfiguration
> HINT:  Enable the "track_counts" option.
> LOG:  invalid IP address "127.0.0.1": Non-recoverable failure in name 
> resolution
> CONTEXT:  line 86 of configuration file 
> "/pub/devel/postgresql/prova/build_orig/src/test/regress/./tmp_check/data/pg_hba.conf"
> FATAL:  could not load pg_hba.conf
>
>
>
> built as usual on cygwin with
>  ../postgresql_orig/configure LDFLAGS=-Wl,-no-undefined --enable-nls 
> --with-openssl --with-perl --with-python --with-ldap
>
>


Why can't it resolve "localhost"? That's a local issue you need to fix.

cheers

andrew






В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: test failure on latest source
Следующее
От: Marco Atzeri
Дата:
Сообщение: Re: test failure on latest source