Re-enable ANALYZE hook, now that it doesn't crash upon loading Paul's test dataset...
authorMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Wed, 14 Oct 2009 16:57:54 +0000 (16:57 +0000)
committerMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Wed, 14 Oct 2009 16:57:54 +0000 (16:57 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4649 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/geography.sql.in.c

index ca4417c17fa396adc69c4b8d48f229e9d3a2dfdb..f417baaac945d6f7b07fa7c0e767acc71fbd5268 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
 );