Re: BUG #8410: out of binary heap slots - Mailing list pgsql-bugs

From Terje Elde
Subject Re: BUG #8410: out of binary heap slots
Date
Msg-id 143DCC4A-31DF-4534-8CCB-F478A0DEEFF5@elde.net
Whole thread Raw
In response to Re: BUG #8410: out of binary heap slots  (Andres Freund <andres@2ndquadrant.com>)
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: Re: BUG #8410: out of binary heap slots
Next
From: Tom Lane
Date:
Subject: Re: BUG #8410: out of binary heap slots