[Groonga-commit] groonga/wikipedia-search at 470a92a [master] Add language suffix to DB name

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Nov 6 22:10:57 JST 2016


Kouhei Sutou	2016-11-06 22:10:57 +0900 (Sun, 06 Nov 2016)

  New Revision: 470a92ad676ce4350619e28797f960a588003247
  https://github.com/groonga/wikipedia-search/commit/470a92ad676ce4350619e28797f960a588003247

  Message:
    Add language suffix to DB name

  Modified files:
    benchmark/centos7/postgresql.sh

  Modified: benchmark/centos7/postgresql.sh (+4 -4)
===================================================================
--- benchmark/centos7/postgresql.sh    2016-11-06 21:59:56 +0900 (4450267)
+++ benchmark/centos7/postgresql.sh    2016-11-06 22:10:57 +0900 (880c1f3)
@@ -36,10 +36,10 @@ config_dir="${base_dir}/config/sql"
 data_dir="${base_dir}/data/csv"
 benchmark_dir="${base_dir}/benchmark"
 
-pgroonga_db="benchmark_pgroonga"
-pg_bigm_db="benchmark_pg_bigm"
-pg_trgm_db="benchmark_pg_trgm"
-textsearch_db="benchmark_textsearch"
+pgroonga_db="benchmark_pgroonga_${language}"
+pg_bigm_db="benchmark_pg_bigm_${language}"
+pg_trgm_db="benchmark_pg_trgm_${language}"
+textsearch_db="benchmark_textsearch_${language}"
 
 targets=("pgroonga")
 if [ "${language}" = "ja" ]; then
-------------- next part --------------
HTML����������������������������...
下载 



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