Re: notify and leaks? - Mailing list pgsql-sql

From Tom Lane
Subject Re: notify and leaks?
Date
Msg-id 25021.1081362423@sss.pgh.pa.us
Whole thread Raw
In response to notify and leaks?  (Theodore Petrosky <tedpet5@yahoo.com>)
List 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 by date:

Previous
From: Theodore Petrosky
Date:
Subject: notify and leaks?
Next
From: "Postgres User"
Date:
Subject: varray? table of varchar?