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

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Wed Jan 21 13:50:39 PST 2009


Author: pramsey
Date: 2009-01-21 13:50:38 -0800 (Wed, 21 Jan 2009)
New Revision: 3545

Modified:
   trunk/lwgeom/lwgeom_estimate.c
Log:
Headers split in 8.4?


Modified: trunk/lwgeom/lwgeom_estimate.c
===================================================================
--- trunk/lwgeom/lwgeom_estimate.c	2009-01-20 18:43:50 UTC (rev 3544)
+++ trunk/lwgeom/lwgeom_estimate.c	2009-01-21 21:50:38 UTC (rev 3545)
@@ -26,12 +26,15 @@
 #include "liblwgeom.h"
 #include "lwgeom_pg.h"
 
+#include "commands/vacuum.h"
+#include "utils/lsyscache.h"
 
+#if POSTGIS_PGSQL_VERSION >= 84
+#include "utils/syscache.h"
+#include "nodes/relation.h"
+#endif
 
 
-#include "commands/vacuum.h"
-#include "utils/lsyscache.h"
-
 /*
  * 	Assign a number to the postgis statistics kind
  *



More information about the postgis-commits mailing list