[Groonga-commit] pgroonga/pgroonga at 9d0a6ba [master] Use "pgrn" for database file name

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Feb 1 13:10:09 JST 2015


Kouhei Sutou	2015-02-01 13:10:09 +0900 (Sun, 01 Feb 2015)

  New Revision: 9d0a6ba619d831c074f8aeaabbb030bf56865fce
  https://github.com/pgroonga/pgroonga/commit/9d0a6ba619d831c074f8aeaabbb030bf56865fce

  Message:
    Use "pgrn" for database file name
    
    Sorry. It's backward incompatible change.

  Modified files:
    pgroonga.h

  Modified: pgroonga.h (+1 -1)
===================================================================
--- pgroonga.h    2015-02-01 13:09:56 +0900 (4986728)
+++ pgroonga.h    2015-02-01 13:10:09 +0900 (c5666eb)
@@ -36,7 +36,7 @@
 #define PGrnGetValueProc					2
 
 /* file and table names */
-#define PGrnDatabaseBasename			"grn"
+#define PGrnDatabaseBasename			"pgrn"
 #define PGrnIDsTableNamePrefix			"IDs"
 #define PGrnIDsTableNameFormat			PGrnIDsTableNamePrefix "%u"
 #define PGrnLexiconNameFormat			"Lexicon%u"
-------------- next part --------------
HTML����������������������������...
Download 



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