[postgis-commits] svn - r3620 - trunk/lwgeom

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Mon Feb 2 17:04:12 PST 2009


Author: pramsey
Date: 2009-02-02 17:04:11 -0800 (Mon, 02 Feb 2009)
New Revision: 3620

Modified:
   trunk/lwgeom/lwgeom_gist.c
Log:
Comment datum slice pull.


Modified: trunk/lwgeom/lwgeom_gist.c
===================================================================
--- trunk/lwgeom/lwgeom_gist.c	2009-02-02 22:21:27 UTC (rev 3619)
+++ trunk/lwgeom/lwgeom_gist.c	2009-02-03 01:04:11 UTC (rev 3620)
@@ -573,6 +573,7 @@
 	/*
 	** 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) );
 



More information about the postgis-commits mailing list