Re: GiST kNN search queue (Re: KNN-GiST with recheck)

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема Re: GiST kNN search queue (Re: KNN-GiST with recheck)
Дата
Msg-id CAMkU=1xTWjb9bfBOHrmJ7YOVwT4kXEEnX=d8Qa81kPK98WUnaQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: GiST kNN search queue (Re: KNN-GiST with recheck)  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Ответы Re: GiST kNN search queue (Re: KNN-GiST with recheck)
Список pgsql-hackers
On Mon, Dec 15, 2014 at 5:08 AM, Heikki Linnakangas <hlinnakangas@vmware.com> wrote:

Here's a new version of the patch. It now uses the same pairing heap code that I posted in the other thread ("advance local xmin more aggressivley", http://www.postgresql.org/message-id/5488ACF0.8050901@vmware.com). The pairingheap_remove() function is unused in this patch, but it is needed by that other patch.


Under enable-cassert, this tries to call pairingheap_empty, but that function doesn't exist.

I looked in the other patch and didn't find it defined there, either.
 
cheers,

Jeff

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Commit fest 2014-12, let's begin!
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: PATCH: decreasing memory needlessly consumed by array_agg