Re: reproduced elusive cygwin bug

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 17:04:56
Message-ID: 20020116170456.GE1804@dothill.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Tom,

On Wed, Jan 16, 2002 at 11:02:06AM -0500, Tom Lane wrote:
> I said:
> > Hmm. But pg_internal.init is not held open, or shouldn't be. It should
> > be read once and immediately closed during backend startup.
>
> Well damn. init_irels() forgets to close the file. Will fix for 7.2.

The attached patch (against Cygwin PostgreSQL 7.1.3-1) solves this
problem. I will release 7.1.3-2 ASAP.

Jason

Attachment Content-Type Size
relcache.c.diff text/plain 2.6 KB

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Tom Lane 2002-01-16 17:36:00 Re: reproduced elusive cygwin bug
Previous Message Michael Adler 2002-01-16 16:28:05 Re: reproduced elusive cygwin bug