[Groonga-commit] pgroonga/pgroonga at 849b584 [master] Stop to use the same function name

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Nov 30 10:02:03 JST 2017


Kouhei Sutou	2017-11-30 10:02:03 +0900 (Thu, 30 Nov 2017)

  New Revision: 849b5840b675cc83e36e6df5cfd9320a5b439d9b
  https://github.com/pgroonga/pgroonga/commit/849b5840b675cc83e36e6df5cfd9320a5b439d9b

  Message:
    Stop to use the same function name

  Modified files:
    src/pgroonga-check.c

  Modified: src/pgroonga-check.c (+2 -2)
===================================================================
--- src/pgroonga-check.c    2017-11-01 10:20:28 +0900 (bde5520)
+++ src/pgroonga-check.c    2017-11-30 10:02:03 +0900 (91b617e)
@@ -105,7 +105,7 @@ PGrnCheckDatabaseDirectory(grn_ctx *ctx, const char *databaseDirectoryPath)
 }
 
 static void
-PGrnCheck(grn_ctx *ctx)
+PGrnCheckAllDatabases(grn_ctx *ctx)
 {
 	const char *baseDirectoryPath = "base";
 
@@ -187,7 +187,7 @@ _PG_init(void)
 
 	GRN_LOG(ctx, GRN_LOG_NOTICE, "pgroonga: initialize: <%s>", PGRN_VERSION);
 
-	PGrnCheck(ctx);
+	PGrnCheckAllDatabases(ctx);
 
 	grn_ctx_fin(ctx);
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171130/6593d2d6/attachment-0001.htm 



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