Re: Re: PostgreSQL 6.2.5 Visual Studio Build does not pass the regression tests.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: PostgreSQL 6.2.5 Visual Studio Build does not pass the regression tests.
Дата
Msg-id 12094.1390576464@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PostgreSQL 6.2.5 Visual Studio Build does not pass the regression tests.  (Noah Misch <noah@leadboat.com>)
Ответы Re: Re: PostgreSQL 6.2.5 Visual Studio Build does not pass the regression tests.
Список pgsql-bugs
Noah Misch <noah@leadboat.com> writes:
> Would you verify that the attached patch fixes your builds?

The aspect of this patch that leaves ImmediateInterruptOK set over a
much larger code range in PGSemaphoreLock --- and in particular doesn't
bother to reset it before entering ereport() --- is a horrid idea.
Keep in mind that setting ImmediateInterruptOK means you can lose control
*anywhere*, and so have no ability to safely manipulate anything except
local variables.

            regards, tom lane

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