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.  (Noah Misch <noah@leadboat.com>)
Список 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 по дате отправления:

Предыдущее
От: nghia.le@postano.com
Дата:
Сообщение: BUG #8943: optimizer appears to not be efficient when there is little data in the query results
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #8218: Error when querying an JSON data, 9.3beta