Re: [HACKERS] File descriptor leakage?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] File descriptor leakage?
Дата
Msg-id 15258.936107497@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RE: [HACKERS] File descriptor leakage?  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Ответы Re: [HACKERS] File descriptor leakage?  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
"Hiroshi Inoue" <Inoue@tpf.co.jp> writes:
> I posted a patch about a month ago([HACKERS] double opens).
> But yutaka tanida [yutaka@marin.or.jp] reported a bug caused 
> by the patch. I found it's because of calling smgrclose() after 
> smgrclose()/smgrunlink() for the same relation.
> It seems my old patch has not been appiled yet.
> Here is a new patch.

I think we ought to hold up 6.5.2 long enough to cram this patch in, but
I'm hesitant to stick it in the stable branch without some more testing.
Cyrus, can you try it and see if it fixes your problem?
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Re: [COMMITTERS] pgsql/src/include/parser (parse_node.h parse_oper.h)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Postgres' lexer