Kouhei Sutou
null+****@clear*****
Sat Aug 12 10:48:25 JST 2017
Kouhei Sutou 2017-08-12 10:48:25 +0900 (Sat, 12 Aug 2017) New Revision: fe36a96647682cfd559cf4fcbe53300f46670cd3 https://github.com/pgroonga/pgroonga/commit/fe36a96647682cfd559cf4fcbe53300f46670cd3 Message: travis: run VACUUM periodically It'll reduce temporary Groonga objects. Modified files: .travis.yml Modified: .travis.yml (+1 -0) =================================================================== --- .travis.yml 2017-08-12 01:03:58 +0900 (c656907) +++ .travis.yml 2017-08-12 10:48:25 +0900 (8c5fd63) @@ -58,6 +58,7 @@ script: esac - sudo -u postgres -H mkdir -p /tmp/space - | + (for i in $(seq 2); do sleep 30; psql -d test -c VACUUM; done) & PG_REGRESS_DIFF_OPTS="-u" \ make installcheck \ TMP_DIR=/tmp \ -------------- next part -------------- HTML����������������������������...下载