LWGEOM *lwgeom;
LWPOINT *point;
RTREE_POLY_CACHE *poly_cache;
- bool result;
+ int result;
PrepGeomCache *prep_cache;
geom1 = (GSERIALIZED *) PG_DETOAST_DATUM(PG_GETARG_DATUM(0));
{
GSERIALIZED *geom1;
GSERIALIZED *geom2;
- bool result;
+ int result;
GBOX box1, box2;
int type1, type2;
LWGEOM *lwgeom;
GSERIALIZED *geom1;
GSERIALIZED *geom2;
GEOSGeometry *g1, *g2;
- bool result;
+ int result;
GBOX box1, box2;
LWGEOM *lwgeom;
LWPOINT *point;
GSERIALIZED *geom1;
GSERIALIZED *geom2;
GEOSGeometry *g1, *g2;
- bool result;
+ int result;
GBOX box1, box2;
geom1 = (GSERIALIZED *)PG_DETOAST_DATUM(PG_GETARG_DATUM(0));
GSERIALIZED *geom1;
GSERIALIZED *geom2;
GSERIALIZED *serialized_poly;
- bool result;
+ int result;
GBOX box1, box2;
int type1, type2, polytype;
LWPOINT *point;