Kouhei Sutou
null+****@clear*****
Sun Aug 13 00:54:40 JST 2017
Kouhei Sutou 2017-08-13 00:54:40 +0900 (Sun, 13 Aug 2017) New Revision: d76a3291212bd3f3d11d3d0a5d6fce4a2dadd94c https://github.com/pgroonga/pgroonga/commit/d76a3291212bd3f3d11d3d0a5d6fce4a2dadd94c Message: test: ensure running unused objects remove Modified files: expected/compatibility/vacuum.out expected/full-text-search/vacuum.out sql/compatibility/vacuum.sql sql/full-text-search/vacuum.sql Modified: expected/compatibility/vacuum.out (+1 -8) =================================================================== --- expected/compatibility/vacuum.out 2017-08-13 00:41:02 +0900 (2bc7643) +++ expected/compatibility/vacuum.out 2017-08-13 00:54:40 +0900 (f321759) @@ -1,9 +1,2 @@ --- To load PGroonga -SELECT pgroonga_command('status')::json->0->0; - ?column? ----------- - 0 -(1 row) - -- Just for reducing disk usage. This tests nothing. -VACUUM; +VACUUM ANALYZE; Modified: expected/full-text-search/vacuum.out (+1 -8) =================================================================== --- expected/full-text-search/vacuum.out 2017-08-13 00:41:02 +0900 (2bc7643) +++ expected/full-text-search/vacuum.out 2017-08-13 00:54:40 +0900 (f321759) @@ -1,9 +1,2 @@ --- To load PGroonga -SELECT pgroonga_command('status')::json->0->0; - ?column? ----------- - 0 -(1 row) - -- Just for reducing disk usage. This tests nothing. -VACUUM; +VACUUM ANALYZE; Modified: sql/compatibility/vacuum.sql (+1 -4) =================================================================== --- sql/compatibility/vacuum.sql 2017-08-13 00:41:02 +0900 (5276441) +++ sql/compatibility/vacuum.sql 2017-08-13 00:54:40 +0900 (f321759) @@ -1,5 +1,2 @@ --- To load PGroonga -SELECT pgroonga_command('status')::json->0->0; - -- Just for reducing disk usage. This tests nothing. -VACUUM; +VACUUM ANALYZE; Modified: sql/full-text-search/vacuum.sql (+1 -4) =================================================================== --- sql/full-text-search/vacuum.sql 2017-08-13 00:41:02 +0900 (5276441) +++ sql/full-text-search/vacuum.sql 2017-08-13 00:54:40 +0900 (f321759) @@ -1,5 +1,2 @@ --- To load PGroonga -SELECT pgroonga_command('status')::json->0->0; - -- Just for reducing disk usage. This tests nothing. -VACUUM; +VACUUM ANALYZE; -------------- next part -------------- HTML����������������������������...Download