[Groonga-commit] pgroonga/pgroonga at 93fba1f [master] Support CREATE DATABASE TABLESPACE

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Dec 13 15:47:29 JST 2015


Kouhei Sutou	2015-12-13 15:47:29 +0900 (Sun, 13 Dec 2015)

  New Revision: 93fba1fafa71e4726b58483331fc8a0eb4a7f499
  https://github.com/pgroonga/pgroonga/commit/93fba1fafa71e4726b58483331fc8a0eb4a7f499

  Message:
    Support CREATE DATABASE TABLESPACE

  Modified files:
    pgroonga.c

  Modified: pgroonga.c (+1 -1)
===================================================================
--- pgroonga.c    2015-12-02 18:19:25 +0900 (3e67c52)
+++ pgroonga.c    2015-12-13 15:47:29 +0900 (236623a)
@@ -580,7 +580,7 @@ PGrnEnsureDatabase(void)
 	pgrn_stat_buffer file_status;
 
 	GRN_CTX_SET_ENCODING(ctx, PGrnGetEncoding());
-	databasePath = GetDatabasePath(MyDatabaseId, DEFAULTTABLESPACE_OID);
+	databasePath = GetDatabasePath(MyDatabaseId, MyDatabaseTableSpace);
 	join_path_components(path,
 						 databasePath,
 						 PGrnDatabaseBasename);
-------------- next part --------------
HTML����������������������������...
Download 



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