]> granicus.if.org Git - postgis/commitdiff
Added USE_STATS switch to make the new statistics system optional.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 16 Oct 2002 17:27:11 +0000 (17:27 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 16 Oct 2002 17:27:11 +0000 (17:27 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@199 b70326c6-7e19-0410-871a-916f4a2858ee

Makefile

index 70b2293dab4dd837a135d2ee2836560593657fb7..7f913c50fe608c99ce3f020d7beb0a497f0b6820 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,13 @@
 # Set USE_PROJ to 1 for Proj4 reprojection support
 USE_PROJ=0
 
+#---------------------------------------------------------------
+# Set USE_STATS to 1 for new GiST statistics collection support
+# Note that this support requires additional columns in 
+# GEOMETRY_COLUMNS, so see the list archives for info or
+# install a fresh database using postgis.sql
+USE_STATS=0
+
 #---------------------------------------------------------------
 subdir=contrib/postgis