Re: Possible psql bug

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Possible psql bug
Дата
Msg-id 13993.1058215301@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Possible psql bug  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-hackers
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> When I run psql on freebsd/alpha with latest CVS and no postmaster running,
> I get this:

> bash-2.03$ psql test
> psql: could not connect to server: No such file or directory
>         Is the server running locally and accepting
>         connections on Unix domain socket "���������`"?

> What's with the bizarre socket name?

I suspect the recent IPv6 code changes have broken the SockAddr struct
definition for you, probably by making unportable assumptions about
field size or layout.  Do you have time to look at it, or can you grant
access to your machine for someone else?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bad permissions bug in 7.3 dump (and 7.4)?
Следующее
От: Kurt Roeckx
Дата:
Сообщение: Fwd: Re: Possible psql bug