Re: SP-GiST for ranges based on 2d-mapping and quad-tree
Alexander Korotkov <aekorotkov@gmail.com>
From: Alexander Korotkov <aekorotkov@gmail.com>
To: Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2012-08-18T14:10:50Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Teach SP-GiST to do index-only scans.
- 922036249340 9.2.0 cited
Attachments
- range_spgist_adjacent-0.1.patch (application/octet-stream) patch
On Thu, Aug 16, 2012 at 3:46 PM, Heikki Linnakangas < heikki.linnakangas@enterprisedb.com> wrote: > I committed the patch now, but left out the support for adjacent for now. > Not because there was necessarily anything wrong with that, but because I > have limited time for reviewing, and the rest of the patch looks ready for > commit now. I reworded the comments quite a lot, you might want to > proofread those to double-check that they're still correct. I'll take a > look at the adjacent-support next, as a separate patch. > Thanks! There is a separate patch for adjacent. I've reworked adjacent check in order to make it more clear. ------ With best regards, Alexander Korotkov.