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

From Alvaro Herrera
Subject Re: BUG #8410: out of binary heap slots
Date
Msg-id 20130830211532.GA5931@eldon.alvh.no-ip.org
Whole thread Raw
In response to Re: BUG #8410: out of binary heap slots  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: BUG #8410: out of binary heap slots
List pgsql-bugs
Andres Freund wrote:

> No need, found the bug. And I think can build a testcase myself.
>
> ExecReScanMergeAppend resets ms_initialized, but doesn't clear the
> binaryheap. Thus no new elements fit.

Um.  Are we missing a binaryheap_clear() method?

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

pgsql-bugs by date:

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