Re: reproduced elusive cygwin bug - Mailing list pgsql-cygwin

From Jason Tishler
Subject Re: reproduced elusive cygwin bug
Date
Msg-id 20020116160855.GD1804@dothill.com
Whole thread Raw
In response to Re: reproduced elusive cygwin bug  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-cygwin by date:

Previous
From: "Tom Pfau"
Date:
Subject: Re: reproduced elusive cygwin bug
Next
From: Michael Adler
Date:
Subject: Re: reproduced elusive cygwin bug