Someone's broken psql's connection-failure error reporting

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Someone's broken psql's connection-failure error reporting
Дата
Msg-id 23555.1045160461@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: Someone's broken psql's connection-failure error reporting
Список 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 по дате отправления:

Предыдущее
От: Oliver Elphick
Дата:
Сообщение: Re: location of the configuration files
Следующее
От: Tom Lane
Дата:
Сообщение: Re: parse_expr.c another type produced by transformations?