Re: BUG #8410: out of binary heap slots

Поиск
Список
Период
Сортировка
От Terje Elde
Тема Re: BUG #8410: out of binary heap slots
Дата
Msg-id 143DCC4A-31DF-4534-8CCB-F478A0DEEFF5@elde.net
обсуждение исходный текст
Ответ на Re: BUG #8410: out of binary heap slots  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-bugs
On Aug 30, 2013, at 11:49 PM, Andres Freund <andres@2ndquadrant.com> wrote:
> Even better explanation: The merge append is some steps below a LockRows
> node, so the number of rescans might depend on the concurrency because
> we'll do the EvalPlanQual dance on a concurrent row update.
>
> Terje, do you use read committed or repeatable read/serializable?

Using Read Committed.

Terje

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: BUG #8410: out of binary heap slots
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #8410: out of binary heap slots