Re: BUG #8410: out of binary heap slots

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #8410: out of binary heap slots
Дата
Msg-id 19714.1377897831@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #8410: out of binary heap slots  (Andres Freund <andres@2ndquadrant.com>)
Ответы Re: BUG #8410: out of binary heap slots  (Andres Freund <andres@2ndquadrant.com>)
Re: BUG #8410: out of binary heap slots  (Terje Elde <terje@elde.net>)
Re: BUG #8410: out of binary heap slots  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-bugs
Andres Freund <andres@2ndquadrant.com> writes:
> 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.

Sounds like a bug all right, but I'm not convinced it explains Terje's
report.  The thing this theory doesn't explain is why would Terje be
having trouble reproducing the failure?  Seems like re-running the same
query ought to produce the same failure.

            regards, tom lane

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

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