[Groonga-commit] pgroonga/pgroonga at 2c04911 [master] Use NULL instead of 0

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 25 23:38:54 JST 2016


Kouhei Sutou	2016-10-25 23:38:54 +0900 (Tue, 25 Oct 2016)

  New Revision: 2c049111e6cd5c8716870e79d01a68689814620d
  https://github.com/pgroonga/pgroonga/commit/2c049111e6cd5c8716870e79d01a68689814620d

  Message:
    Use NULL instead of 0

  Modified files:
    src/pgroonga.c

  Modified: src/pgroonga.c (+1 -1)
===================================================================
--- src/pgroonga.c    2016-10-24 10:08:13 +0900 (d4a58d9)
+++ src/pgroonga.c    2016-10-25 23:38:54 +0900 (88fc3b1)
@@ -955,7 +955,7 @@ PGrnCollectScoreScanOpaque(Relation table, HeapTuple tuple, PGrnScanOpaque so)
 
 	records = grn_table_create(ctx, NULL, 0, NULL,
 							   GRN_OBJ_TABLE_HASH_KEY | GRN_OBJ_WITH_SUBREC,
-							   so->sourcesTable, 0);
+							   so->sourcesTable, NULL);
 	GRN_EXPR_CREATE_FOR_QUERY(ctx, so->sourcesTable, expression, variable);
 
 	slist_foreach(iter, &(so->primaryKeyColumns))
-------------- next part --------------
HTML����������������������������...
Download 



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