Re: notify and leaks?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Theodore Petrosky <tedpet5(at)yahoo(dot)com>
Cc: postgres SQL <pgsql-sql(at)postgresql(dot)org>
Subject: Re: notify and leaks?
Date: 2004-04-07 18:27:03
Message-ID: 25021.1081362423@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Theodore Petrosky <tedpet5(at)yahoo(dot)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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Alexander M. Pravking 2004-04-07 19:04:26 Row count after SELECT INTO?
Previous Message Christina Zhang 2004-04-07 17:01:06 Crypt() encryption