Re: [HACKERS] Recent SIGSEGV failures in buildfarm HEAD

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Recent SIGSEGV failures in buildfarm HEAD
Дата
Msg-id 16170.1167772297@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Recent SIGSEGV failures in buildfarm HEAD  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: [HACKERS] Recent SIGSEGV failures in buildfarm HEAD  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-patches
Andrew Dunstan <andrew@dunslane.net> writes:
> Revised patch attached, doing just this. I will apply it soon unless
> there are objections.

Probably a good idea to check defined(HAVE_GETRLIMIT) && defined(RLIMIT_CORE),
rather than naively assuming every getrlimit implementation supports
that particular setting.  Also, should the -c option exist but just not
do anything if the platform doesn't support it?  As is, you're making it
impossible to just specify -c without worrying if it does anything.

The documentation fails to list the long form of the switch
(--corefiles, which should probably really be --core-files for consistency).
There's a typo in this message, too:

+                 _("%s: cannot set core size,: disallowed by hard limit.\n"),

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Patch(es) to expose n_live_tuples and
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: [HACKERS] Recent SIGSEGV failures in buildfarm HEAD