From 1e3a6e5bf056afff56434e2debc3b44d31af1423 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Tue, 3 Feb 2009 01:04:11 +0000 Subject: [PATCH] Comment datum slice pull. git-svn-id: http://svn.osgeo.org/postgis/trunk@3620 b70326c6-7e19-0410-871a-916f4a2858ee --- lwgeom/lwgeom_gist.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lwgeom/lwgeom_gist.c b/lwgeom/lwgeom_gist.c index 87503e175..56fa17d22 100644 --- a/lwgeom/lwgeom_gist.c +++ b/lwgeom/lwgeom_gist.c @@ -573,6 +573,7 @@ Datum LWGEOM_gist_consistent(PG_FUNCTION_ARGS) /* ** First pull only a small amount of the tuple, enough to ** get the bounding box, if one exists. + ** size = header + type + box2df4? */ query = (PG_LWGEOM*)PG_DETOAST_DATUM_SLICE(PG_GETARG_DATUM(1), 0, VARHDRSZ + 1 + sizeof(BOX2DFLOAT4) ); -- 2.50.0