From a22e285c7cf8cb1cbe5083e55b104fa8472f9b87 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Wed, 14 Nov 2012 17:21:28 +0000 Subject: [PATCH] Make Korotkov split the default git-svn-id: http://svn.osgeo.org/postgis/trunk@10669 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/gserialized_gist_2d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgis/gserialized_gist_2d.c b/postgis/gserialized_gist_2d.c index 1c6213f7a..1b3c5e0a5 100644 --- a/postgis/gserialized_gist_2d.c +++ b/postgis/gserialized_gist_2d.c @@ -46,7 +46,7 @@ ** 0 == don't use it ** 1 == use it */ -#define KOROTKOV_SPLIT 0 +#define KOROTKOV_SPLIT 1 /* ** For debugging -- 2.40.0