Kouhei Sutou
null+****@clear*****
Thu Nov 10 23:47:42 JST 2016
Kouhei Sutou 2016-11-10 23:47:42 +0900 (Thu, 10 Nov 2016) New Revision: 3f4004508f59912a24a6ad3d8abcaf48d69b55e6 https://github.com/groonga/wikipedia-search/commit/3f4004508f59912a24a6ad3d8abcaf48d69b55e6 Message: Add a missing ")" Modified files: benchmark/centos7/postgresql.sh Modified: benchmark/centos7/postgresql.sh (+1 -1) =================================================================== --- benchmark/centos7/postgresql.sh 2016-11-10 23:46:42 +0900 (4df54b8) +++ benchmark/centos7/postgresql.sh 2016-11-10 23:47:42 +0900 (96f2698) @@ -424,7 +424,7 @@ benchmark_search_pgroonga_command() commands=() commands+=("--command" "\\timing") for i in $(seq ${n_search_tries}); do - commands+=("--command" "SELECT pgroonga.command('select ' || pgroonga.table_name('wikipedia_index_pgroonga') || ' --match_columns text --query \"${search_word}\" --limit 0 --output_columns _id'") + commands+=("--command" "SELECT pgroonga.command('select ' || pgroonga.table_name('wikipedia_index_pgroonga') || ' --match_columns text --query \"${search_word}\" --limit 0 --output_columns _id')") done echo "PGroonga: command: search: ${search_word}:" run sudo -u postgres -H psql -d ${pgroonga_db} "${commands[@]}" -------------- next part -------------- HTML����������������������������...Download