From: | Jason Tishler <jason(at)tishler(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Michael Adler <adler(at)glimpser(dot)org>, Tom Pfau <T(dot)Pfau(at)emCrit(dot)com>, Pgsql-Cygwin <pgsql-cygwin(at)postgresql(dot)org> |
Subject: | Re: reproduced elusive cygwin bug |
Date: | 2002-01-16 16:08:56 |
Message-ID: | 20020116160855.GD1804@dothill.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-cygwin |
Tom,
On Wed, Jan 16, 2002 at 10:40:52AM -0500, Tom Lane wrote:
> Hmm. But pg_internal.init is not held open, or shouldn't be. It should
> be read once and immediately closed during backend startup. Are we
> leaking an open file descriptor someplace?
Yes. In src/backend/utils/cache/relcache.c:init_irels(), there is a
FileNameOpenFile() but no corresponding FileClose(). I will patch my
7.1.3 and see if this solves the problem.
Jason
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Adler | 2002-01-16 16:28:05 | Re: reproduced elusive cygwin bug |
Previous Message | Tom Lane | 2002-01-16 16:02:06 | Re: reproduced elusive cygwin bug |