Re: pgsql: Fix (some of the) breakage introduced into query-cancel

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: pgsql: Fix (some of the) breakage introduced into query-cancel
Дата
Msg-id 1262916686.19367.96522.camel@ebony
обсуждение исходный текст
Ответ на pgsql: Fix (some of the) breakage introduced into query-cancel  (tgl@postgresql.org (Tom Lane))
Ответы Re: pgsql: Fix (some of the) breakage introduced into query-cancel  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On Thu, 2010-01-07 at 16:29 +0000, Tom Lane wrote:

> Instead of that, undo the original optimizations that threw away
> QueryCancelPending anytime we were starting or finishing a command
> read, and instead discard the cancel request within ProcessInterrupts
> if we find that there is no HS reason for forcing a cancel and we are
> DoingCommandRead.

Is there a reason why we are calling DisableNotifyInterrupt() and
DisableCatchupInterrupt() before we call ProcessInterrupts() and again
within it?

--
 Simon Riggs           www.2ndQuadrant.com


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

Предыдущее
От: itagaki@postgresql.org (Takahiro Itagaki)
Дата:
Сообщение: pgsql: pgBufferUsage needs PGDLLIMPORT for pg_stat_statements on
Следующее
От: fxjr@pgfoundry.org (User Fxjr)
Дата:
Сообщение: npgsql - Npgsql2: [#1010746] NpgsqlDate.AddMonths(m):