[postgis-devel] [SoC] "Weekly Report #11: Implement sp-gist clustering in PostGIS and cartoDB"

Sandro Santilli strk at cartodb.com
Mon Aug 4 07:33:57 PDT 2014


On Mon, Aug 04, 2014 at 02:20:21PM +0530, mohit kumar wrote:
> Hi all,
> *What I **got done this week?*
> Rewrote the support functions for sp-gist algorithm for geometry indexing.
> The code seems to work now.

I still get a crash doing this:

 create extension postgis;
 create table t (g geometry);
 create index on t using spgist (g);

This is with:
 POSTGIS="2.2.0dev r12714" 
 PostgreSQL 9.3.4 on x86_64-unknown-linux-gnu

How did you test the code ?

--strk;



More information about the postgis-devel mailing list