Someone's broken psql's connection-failure error reporting - Mailing list pgsql-hackers

From Tom Lane
Subject Someone's broken psql's connection-failure error reporting
Date
Msg-id 23555.1045160461@sss.pgh.pa.us
Whole thread Raw
Responses Re: Someone's broken psql's connection-failure error reporting
List pgsql-hackers
In CVS tip, I'm getting only an empty string from psql where it should
print connection-failure messages.

psql 7.3 does this:

$ psql -p 5555
psql: could not connect to server: No such file or directory       Is the server running locally and accepting
connectionson Unix domain socket "/tmp/.s.PGSQL.5555"?
 
$ 

CVS tip does this:

$ psql -p 5555
psql: $

Have not dug to see if this is the fault of libpq or psql; but there's
been a fair amount of hacking lately in libpq's connection handling ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Oliver Elphick
Date:
Subject: Re: location of the configuration files
Next
From: Tom Lane
Date:
Subject: Re: parse_expr.c another type produced by transformations?