[Groonga-commit] groonga/groonga [master] [geo] disable shallow reduce. refs #1173

Back to archive index

null+****@clear***** null+****@clear*****
2011年 11月 18日 (金) 16:47:09 JST


Kouhei Sutou	2011-11-18 07:47:09 +0000 (Fri, 18 Nov 2011)

  New Revision: dd13efc481f744de8af8077ec1390eb3ecd30612

  Log:
    [geo] disable shallow reduce. refs #1173

  Modified files:
    lib/geo.c

  Modified: lib/geo.c (+1 -1)
===================================================================
--- lib/geo.c    2011-11-18 07:23:19 +0000 (22f1108)
+++ lib/geo.c    2011-11-18 07:47:09 +0000 (d4e60d0)
@@ -1145,7 +1145,7 @@ grn_geo_cursor_entry_next(grn_ctx *ctx,
     inspect_cursor_entry(ctx, entry);
 #endif
 
-    if (entry->target_bit >= 55) {
+    if (entry->target_bit >= 63) {
 #ifdef GEO_DEBUG
       printf("only 1 entry is remained\n");
 #endif




Groonga-commit メーリングリストの案内
Back to archive index