psql doesn't reuse -p after backend fail

Поиск
Список
Период
Сортировка
От hubert depesz lubaczewski
Тема psql doesn't reuse -p after backend fail
Дата
Msg-id 20110905174633.GA7752@depesz.com
обсуждение исходный текст
Ответы Re: psql doesn't reuse -p after backend fail
Список pgsql-bugs
hi,
pg version: 9.0.5 - head from 9.0 branch in git.

ran psql with specyfying port:
psql -p 4329 -U postgres -d some_database

then I run query which breaks backend:

=# select * from categories limit 1;
The connection to the server was lost. Attempting reset: Failed.
!>

When I'll try to re-issue \c some_database now, I got:

!> \c some_database
could not connect to server: No such file or directory
        Is the server running locally and accepting
        connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
!>

Clearly it is looking for socket on port 5432, which is bad, because I
explicitly specified the port to be 4329.

before backend crash, \c works normally.

Best regards,

depesz


--
The best thing about modern society is how easy it is to avoid contact with it.
                                                             http://depesz.com/

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

Предыдущее
От: Pradeep Dharmavarapu
Дата:
Сообщение: Re: BUG #6194: Cannot install any of the installers
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: BUG #6194: Cannot install any of the installers