]> granicus.if.org Git - postgis/commitdiff
Comment out analyze argument in geometry type creation -- it is causing a crash for...
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 8 Oct 2009 18:41:40 +0000 (18:41 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 8 Oct 2009 18:41:40 +0000 (18:41 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4627 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/geography.sql.in.c

index f1e2bfb29d0dbd4e8189d53faa003cb5c102818f..eb2eb1ac9cd0a0676ad8f82dbe8b140f098fe1d2 100644 (file)
@@ -48,7 +48,7 @@ CREATE TYPE geography (
        output = geography_out,
        typmod_in = geography_typmod_in,
        typmod_out = geography_typmod_out,
-       analyze = geography_analyze,
+--     analyze = geography_analyze,
        storage = main,
        alignment = double
 );