Re: pgsql: Fix incorrect initialization of ProcGlobal->startupBufferPinWait

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: pgsql: Fix incorrect initialization of ProcGlobal->startupBufferPinWait
Дата
Msg-id CA+U5nM+k_eEB8QO60QuPxWhyjPLzhTGVVsjapvA8a0Ow6JLJjg@mail.gmail.com
обсуждение исходный текст
Ответ на pgsql: Fix incorrect initialization of ProcGlobal->startupBufferPinWait  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Fix incorrect initialization of ProcGlobal->startupBufferPinWait  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On Tue, Aug 2, 2011 at 6:24 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId.
>
> It was initialized in the wrong place and to the wrong value.  With bad
> luck this could result in incorrect query-cancellation failures in hot
> standby sessions, should a HS backend be holding pin on buffer number 1
> while trying to acquire a lock.

Did I miss a bug report?

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix incorrect initialization of ProcGlobal->startupBufferPinWait
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Move CheckRecoveryConflictDeadlock() call to a safer place.