[Groonga-commit] groonga/groonga at 7cf438d [support-position-skip-in-offline-index-construction] Align

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Mar 11 23:10:57 JST 2015


Kouhei Sutou	2015-03-11 23:10:57 +0900 (Wed, 11 Mar 2015)

  New Revision: 7cf438dd12e269db94753cab2c440adcb40edfc6
  https://github.com/groonga/groonga/commit/7cf438dd12e269db94753cab2c440adcb40edfc6

  Message:
    Align

  Modified files:
    lib/ii.c

  Modified: lib/ii.c (+2 -2)
===================================================================
--- lib/ii.c    2015-03-11 23:09:30 +0900 (35fa0e8)
+++ lib/ii.c    2015-03-11 23:10:57 +0900 (46d2fde)
@@ -6889,8 +6889,8 @@ grn_ii_inspect_values(grn_ctx *ctx, grn_ii *ii, grn_obj *buf)
 
 /********************** buffered index builder ***********************/
 
-const grn_id II_BUFFER_RID_FLAG = 0x80000000;
-const grn_id II_BUFFER_WEIGHT_FLAG = 0x40000000;
+const grn_id II_BUFFER_RID_FLAG      = 0x80000000;
+const grn_id II_BUFFER_WEIGHT_FLAG   = 0x40000000;
 const grn_id II_BUFFER_POSITION_FLAG = 0x20000000;
 #ifdef II_BUFFER_ORDER_BY_ID
 const int II_BUFFER_ORDER = GRN_CURSOR_BY_ID;
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index