Re: Patch for not going beyond NOFILE system limit - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Patch for not going beyond NOFILE system limit
Date
Msg-id 9377.1084925559@sss.pgh.pa.us
Whole thread Raw
In response to Re: Patch for not going beyond NOFILE system limit  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-bugs
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> We have already fixed this in CVS and the fix will be in 7.5:

I don't think that the previous changes address what the complainant
seems to really want, viz not even *try* to exceed RLIMIT_NOFILE.

However the patch certainly must be rejected since (a) it appears
unaware of the post-7.4 work in this area, (b) it has not been made
portable (eg, it will fail to compile on machines without getrlimit),
and (c) we do not like patches that add random manual configuration
symbols to the code ... especially undocumented ones.

If this issue seems important to you then please rework the patch to be
up-to-date and properly autoconfiscated, and resubmit.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #1145: silent REVOKE failures
Next
From: Bruce Momjian
Date:
Subject: Re: Renaming a table leaves orphaned implicit sequences which