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: Jeff Davis <pgsql@j-davis.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2012-07-12T23:00:03Z
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
- notrickfunctioncall-0.1.patch (application/octet-stream) patch
- range_spgist_quad-0.5.patch (application/octet-stream) patch
On Thu, Jul 12, 2012 at 10:29 AM, Heikki Linnakangas < heikki.linnakangas@enterprisedb.com> wrote: > On 12.07.2012 02:11, Alexander Korotkov wrote: > >> On Thu, Jul 12, 2012 at 3:03 AM, Alexander Korotkov<aekorotkov@gmail.com> >> **wrote: >> >> On Tue, Jul 3, 2012 at 10:51 AM, Jeff Davis<pgsql@j-davis.com> wrote: >>> >>> Also, it would be helpful to add a couple tests to rangetypes.sql. >>>> >>>> >>> New version of patch is attached. >>> >>> >> Oops, forgot to include one comment fix into patch. >> > > Thanks. Can you do something about TrickFunctionCall2, please? ( > http://archives.postgresql.**org/message-id/4FE2C968.** > 2010503@enterprisedb.com<http://archives.postgresql.org/message-id/4FE2C968.2010503@enterprisedb.com>) > A separate patch to refactor that in the existing gist opclass would > probably be best. Done. There are separate patch for get rid of TrickFunctionCall2 and version of SP-GiST for ranges based on that patch. ------ With best regards, Alexander Korotkov.