test failure on latest source

From: Marco Atzeri <marco(dot)atzeri(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: test failure on latest source
Date: 2014-04-12 16:39:54
Message-ID: 53496C5A.9050104@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Anyone seeing similar failure ?

testing on latest

$ git log |head
commit 3c41b812c5578fd7bd5c2de42941012d7d56dde2
Author: Bruce Momjian <bruce(at)momjian(dot)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

Regards
Marco

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2014-04-12 17:10:40 Re: test failure on latest source
Previous Message Jan Wieck 2014-04-12 15:41:18 Re: Problem with txid_snapshot_in/out() functionality