Re: [CYGWIN] resource leak in 7.2
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Henshall, Stuart - WCP" <SHenshall@westcountrypublications.co.uk>
Cc: Tom Pfau <T.Pfau@emCrit.com>, pgsql-bugs@postgresql.org, pgsql-cygwin@postgresql.org
Date: 2002-02-05T17:10:51Z
Lists: pgsql-bugs
"Henshall, Stuart - WCP" <SHenshall@westcountrypublications.co.uk> writes: > There was a cygwin postgresql 7.1.3-2 release to fix a file handle problem > (init_rels() not closing pg_internal.init): > Maybe this is it? No, because (a) that problem is also fixed in 7.2, and (b) that was only responsible for leaking one file handle per backend launch, not 1.5e6 handles... regards, tom lane