Kouhei Sutou
null+****@clear*****
Thu Nov 10 23:46:42 JST 2016
Kouhei Sutou 2016-11-10 23:46:42 +0900 (Thu, 10 Nov 2016) New Revision: 001ec76fb574e828a0f111c01dc619f15ae7a50f https://github.com/groonga/wikipedia-search/commit/001ec76fb574e828a0f111c01dc619f15ae7a50f Message: Add a missing single quote Modified files: benchmark/centos7/postgresql.sh Modified: benchmark/centos7/postgresql.sh (+1 -1) =================================================================== --- benchmark/centos7/postgresql.sh 2016-11-10 23:35:51 +0900 (ad74bd5) +++ benchmark/centos7/postgresql.sh 2016-11-10 23:46:42 +0900 (4df54b8) @@ -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