From: Paul Ramsey Date: Thu, 8 Oct 2009 18:41:40 +0000 (+0000) Subject: Comment out analyze argument in geometry type creation -- it is causing a crash for... X-Git-Tag: 1.5.0b1~388 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4b8d4ab13d2566f330bb43982357012c6dba9f4;p=postgis Comment out analyze argument in geometry type creation -- it is causing a crash for me when loading my test data tables. git-svn-id: http://svn.osgeo.org/postgis/trunk@4627 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/geography.sql.in.c b/postgis/geography.sql.in.c index f1e2bfb29..eb2eb1ac9 100644 --- a/postgis/geography.sql.in.c +++ b/postgis/geography.sql.in.c @@ -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 );