Re: GiST kNN search queue (Re: KNN-GiST with recheck) - Mailing list pgsql-hackers

From Jeff Janes
Subject Re: GiST kNN search queue (Re: KNN-GiST with recheck)
Date
Msg-id CAMkU=1xTWjb9bfBOHrmJ7YOVwT4kXEEnX=d8Qa81kPK98WUnaQ@mail.gmail.com
Whole thread Raw
In response to Re: GiST kNN search queue (Re: KNN-GiST with recheck)  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Responses Re: GiST kNN search queue (Re: KNN-GiST with recheck)  (Heikki Linnakangas <hlinnakangas@vmware.com>)
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Commit fest 2014-12, let's begin!
Next
From: Tomas Vondra
Date:
Subject: Re: PATCH: decreasing memory needlessly consumed by array_agg