Re: Bug? 'psql -l' in pg_ctl?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug? 'psql -l' in pg_ctl?
Дата
Msg-id 6036.975294038@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug? 'psql -l' in pg_ctl?  (GH <grasshacker@over-yonder.net>)
Список pgsql-general
GH <grasshacker@over-yonder.net> writes:
> Ah hah, I think I founnd the source of this and the file descriptor
> problem (for those of you who are familiar with it):

This is a known bug in 7.0 psql --- it leaks backend connections when
looping on a Password: prompt.  I thought we'd back-patched the fix
into 7.0.3, but a check of the CVS logs shows we didn't :-(.

pg_ctl is being pretty naive here in assuming that a parameterless
psql invocation will be able to connect, but the real misbehavior is
inside psql.

            regards, tom lane

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

Предыдущее
От: Franck Martin
Дата:
Сообщение: RE: [HACKERS] Indexing for geographic objects?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bug? 'psql -l' in pg_ctl?