[Groonga-commit] groonga/groonga at caf4d86 [master] ii: add a note

Back to archive index
Kouhei Sutou null+****@clear*****
Fri Feb 15 09:35:56 JST 2019


Kouhei Sutou	2019-02-15 09:35:56 +0900 (Fri, 15 Feb 2019)

  Revision: caf4d86d1eb06334b8fcb89752a0c6c431eb3db0
  https://github.com/groonga/groonga/commit/caf4d86d1eb06334b8fcb89752a0c6c431eb3db0

  Message:
    ii: add a note

  Modified files:
    lib/ii.c

  Modified: lib/ii.c (+1 -0)
===================================================================
--- lib/ii.c    2019-02-15 09:35:23 +0900 (21cf1b460)
+++ lib/ii.c    2019-02-15 09:35:56 +0900 (a4b025a79)
@@ -4040,6 +4040,7 @@ buffer_merge(grn_ctx *ctx, grn_ii *ii, uint32_t seg, grn_hash *h,
       goto exit;
     }
     {
+      /* TODO: Is n_documents better? */
       uint32_t ndf = data.dest.record_id_gaps - dv[0].data;
       grn_id tid = bt->tid & GRN_ID_MAX;
       uint32_t *a = array_at(ctx, ii, tid);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190215/8e504544/attachment.html>


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