[postgis-users] Postgres 8.0beta1 crashes when SELECTing usingGISTindex?

TECHER Jean David davidtecher at yahoo.fr
Mon Aug 16 02:25:33 PDT 2004


Hi Dan and Steffen,

I redo the compilation for PostgreSQL using 0.8.2 with the snapshot pf
postgresql 09 August 2004

I used patchs from Marc CAVE AYLAN and ROMI HARDIYANTO...

It seems that from file 'postgis_estimate.c' I have the problem

 error: .. has no structure name 'data' on line 1000

	#if DEBUG_GEOMETRY_STATS
	elog(NOTICE, "postgis_gist_sel called");
#endif

	/*
	 * Find the constant part
	 */

-----> other = (Const *) lfirst(args);
	if ( ! IsA(other, Const) )
	{
		self = (Var *)other;
		other = (Const *) lsecond(args);
	}
	else
	{

Does strk or Marc any idea on how to solve this problem ????

TECHER JEAN DAVID
- Responsable Informatique 01MAP -
e-mail:davidtecher at yahoo.fr
Tel: 06 85 37 36 75
Site PostGIS: http://techer.pascal.free.fr/postgis/index.htm

> -----Message d'origine-----
> De : postgis-users-bounces at postgis.refractions.net
> [mailto:postgis-users-bounces at postgis.refractions.net]De la part de
> Steffen Macke
> Envoye : lundi 16 aout 2004 06:36
> A : PostGIS Users Discussion
> Objet : Re: [postgis-users] Postgres 8.0beta1 crashes when SELECTing
> usingGISTindex?
>
>
> Dan,
>
> >The immediately following script (taken directly from
> >http://postgis.refractions.net/README.postgis.txt) also causes a crash in
> >the PostgreSQL 8.0beta1
> >
> >
> I can reproduce your crashes (also using Windows PostgreSQL 8.0-beta1
> and the
> Windows PostGIS installer).
>
> I first thought this might be the problem of linking the GEOS library
> again, but
> this seems to be a different one. The installer uses the binaries
> provided by Jean David Techer -
> maybe other people who build native Windows PostGIS can check the scripts
> highlighted by Dan and share the results of the tests with the mailing
> list.
> Eventually some PostgreSQL configure options are enough to overcome the
> problem.
>
> Steffen
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>





More information about the postgis-users mailing list