Re: reproduced elusive cygwin bug

Поиск
Список
Период
Сортировка
От Jason Tishler
Тема Re: reproduced elusive cygwin bug
Дата
Msg-id 20020116160855.GD1804@dothill.com
обсуждение исходный текст
Ответ на Re: reproduced elusive cygwin bug  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Tom Pfau"
Дата:
Сообщение: Re: reproduced elusive cygwin bug
Следующее
От: Michael Adler
Дата:
Сообщение: Re: reproduced elusive cygwin bug