]> granicus.if.org Git - postgis/commitdiff
Update 1.3 branch so that it will compile against PostgreSQL 8.4. Based upon Talha...
authorMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Thu, 19 Feb 2009 09:38:32 +0000 (09:38 +0000)
committerMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Thu, 19 Feb 2009 09:38:32 +0000 (09:38 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3740 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/long_xact.c
lwgeom/lwgeom_estimate.c

index 4570154a8d2584be0c5c28359aa1e142351ce3f8..866ab13d1445a009c3b8e141ae42495e9dbab3d5 100644 (file)
@@ -1,4 +1,5 @@
 #include "postgres.h"
+#include "access/xact.h"
 #include "executor/spi.h"       /* this is what you need to work with SPI */
 #include "commands/trigger.h"   /* ... and triggers */
 #include "utils/lsyscache.h"   /* for get_namespace_name() */
index 817c9d6e3418087210b26f53be98d761ba90956f..7f221c956680df1a4a957b3d16309a84f9dc2842 100644 (file)
 #include "liblwgeom.h"
 #include "lwgeom_pg.h"
 
+#include "utils/selfuncs.h"
+#include "utils/syscache.h"
+#include "utils/guc.h"
+#include "utils/builtins.h"
+
 /*#define DEBUG_GEOMETRY_STATS 1*/