[Groonga-commit] groonga/wikipedia-search at 36585bc [master] Remove too much --echo-queries

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Mon Nov 14 08:24:08 JST 2016


Kouhei Sutou	2016-11-14 08:24:08 +0900 (Mon, 14 Nov 2016)

  New Revision: 36585bce5ae3bb115db000cf47fa8ab217cd67f7
  https://github.com/groonga/wikipedia-search/commit/36585bce5ae3bb115db000cf47fa8ab217cd67f7

  Message:
    Remove too much --echo-queries

  Modified files:
    benchmark/centos7/postgresql.sh

  Modified: benchmark/centos7/postgresql.sh (+1 -1)
===================================================================
--- benchmark/centos7/postgresql.sh    2016-11-14 00:55:55 +0900 (d970f95)
+++ benchmark/centos7/postgresql.sh    2016-11-14 08:24:08 +0900 (7136ed5)
@@ -208,7 +208,7 @@ setup_benchmark_db()
 
 database_oid()
 {
-  sudo -u postgres -H psql --echo-queries \
+  sudo -u postgres -H psql \
        --command "SELECT datid FROM pg_stat_database WHERE datname = '$1'" | \
     head -3 | \
     tail -1 | \
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る