Re: notify and leaks?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: notify and leaks?
Дата
Msg-id 25021.1081362423@sss.pgh.pa.us
обсуждение исходный текст
Ответ на notify and leaks?  (Theodore Petrosky <tedpet5@yahoo.com>)
Список pgsql-sql
Theodore Petrosky <tedpet5@yahoo.com> writes:
> After all this conversation.. I guess my question is..
> am I leaking 'listens' if I don't close them properly?

No.  It may take awhile for the backend to realize the connection is
dead (this is driven by RFC-specified TCP timeouts).  Once it does,
though, it will clean up before exiting.
        regards, tom lane


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

Предыдущее
От: Theodore Petrosky
Дата:
Сообщение: notify and leaks?
Следующее
От: "Postgres User"
Дата:
Сообщение: varray? table of varchar?