[postgis-devel] [SoC] "Weekly Report #11: Implement sp-gist clustering in PostGIS and cartoDB"
Sandro Santilli
strk at keybit.net
Mon Aug 4 07:35:25 PDT 2014
On Mon, Aug 04, 2014 at 04:33:57PM +0200, Sandro Santilli wrote:
> 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 ?
Forgot to mention, this is as of git
commit df738313984da01c86e74cee8f425531cbaf1829
added debug prints in sp_gist.c and operators in spgist class.
--strk;
More information about the postgis-devel
mailing list