Re: [HACKERS] File descriptor leakage?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgreSQL(dot)org, "Cyrus Rahman" <cr(at)photox(dot)jcmax(dot)com>
Subject: Re: [HACKERS] File descriptor leakage?
Date: 1999-08-31 13:51:37
Message-ID: 15258.936107497@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp> writes:
> I posted a patch about a month ago([HACKERS] double opens).
> But yutaka tanida [yutaka(at)marin(dot)or(dot)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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-08-31 13:57:53 Re: [HACKERS] Postgres' lexer
Previous Message Tom Lane 1999-08-31 13:46:55 Re: [HACKERS] Re: [COMMITTERS] pgsql/src/include/parser (parse_node.h parse_oper.h)