[Groonga-commit] groonga/wikipedia-search at 55b268e [master] Add missing *

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Nov 6 22:51:52 JST 2016


Kouhei Sutou	2016-11-06 22:51:52 +0900 (Sun, 06 Nov 2016)

  New Revision: 55b268e3298c4d055dec117ba6292899810667a9
  https://github.com/groonga/wikipedia-search/commit/55b268e3298c4d055dec117ba6292899810667a9

  Message:
    Add missing *

  Modified files:
    benchmark/centos7/postgresql.sh

  Modified: benchmark/centos7/postgresql.sh (+3 -3)
===================================================================
--- benchmark/centos7/postgresql.sh    2016-11-06 22:38:46 +0900 (880c1f3)
+++ benchmark/centos7/postgresql.sh    2016-11-06 22:51:52 +0900 (b4e9748)
@@ -330,7 +330,7 @@ benchmark_create_index_pg_bigm()
                              tail -1 | \
                              sed -e 's/ *//g')
       run sudo -u postgres -H \
-          sh -c "du -hsc /var/lib/pgsql/${pg_version}/data/${pg_bigm_data_path}"
+          sh -c "du -hsc /var/lib/pgsql/${pg_version}/data/${pg_bigm_data_path}*"
     fi
   done
 }
@@ -356,7 +356,7 @@ benchmark_create_index_pg_trgm()
                              tail -1 | \
                              sed -e 's/ *//g')
       run sudo -u postgres -H \
-          sh -c "du -hsc /var/lib/pgsql/${pg_version}/data/${pg_trgm_data_path}"
+          sh -c "du -hsc /var/lib/pgsql/${pg_version}/data/${pg_trgm_data_path}*"
     fi
   done
 }
@@ -382,7 +382,7 @@ benchmark_create_index_textsearch()
                              tail -1 | \
                              sed -e 's/ *//g')
       run sudo -u postgres -H \
-          sh -c "du -hsc /var/lib/pgsql/${pg_version}/data/${textsearch_data_path}"
+          sh -c "du -hsc /var/lib/pgsql/${pg_version}/data/${textsearch_data_path}*"
     fi
   done
 }
-------------- next part --------------
HTML����������������������������...
Download 



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