Re: strange buildfarm failures

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: strange buildfarm failures
Дата
Msg-id 14715.1178118307@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: strange buildfarm failures  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
>> Tom Lane wrote:
>>> I'm wondering if there is some code path that invokes a PG_TRY deep in
>>> the bowels of the system.

> Huh, hang on ... there is one caller, which is to set client_encoding
> (call_string_assign_hook uses a PG_TRY block), but it is called *after*
> the sigsetjmp block -- in InitPostgres.

While testing the PG_RE_THROW problem I noted that what I get here is
a SIGSEGV crash, rather than SIGABRT as seen on Stefan's machines, so
that's another hint that this may be unrelated.  Still, it's clearly
at risk of causing a problem as more PG_TRY's get added to the code,
so I'm going to fix it anyway.
        regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: strange buildfarm failures
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: strange buildfarm failures