Re: Patch for not going beyond NOFILE system limit

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Patch for not going beyond NOFILE system limit
Дата
Msg-id 9377.1084925559@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Patch for not going beyond NOFILE system limit  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1145: silent REVOKE failures
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Renaming a table leaves orphaned implicit sequences which