Re: [HACKERS] File descriptor leakage? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] File descriptor leakage?
Date
Msg-id 15258.936107497@sss.pgh.pa.us
Whole thread Raw
In response to RE: [HACKERS] File descriptor leakage?  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Responses Re: [HACKERS] File descriptor leakage?
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Re: [COMMITTERS] pgsql/src/include/parser (parse_node.h parse_oper.h)
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Postgres' lexer