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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: GiST kNN search queue (Re: KNN-GiST with recheck)
Дата
Msg-id 548FFA2C.7060000@vmware.com
обсуждение исходный текст
Ответ на Re: GiST kNN search queue (Re: KNN-GiST with recheck)  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-hackers
On 12/15/2014 11:59 PM, Jeff Janes wrote:
> 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.

Ah, I renamed pairingheap_empty to pairingheap_is_empty at the last
minute, and missed the Asserts. Here's a corrected version.

- Heikki


Вложения

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

Предыдущее
От: Satoshi Nagayasu
Дата:
Сообщение: Re: pg_rewind in contrib
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: pg_basebackup vs. Windows and tablespaces