Change the option name to no-kill-backend.

For consistency with other slimilar option such as no-order,
no-analyze.
This commit is contained in:
Masahiko Sawada
2017-02-22 03:49:04 +00:00
parent ff8cb96c74
commit f6c1304c36
4 changed files with 10 additions and 10 deletions

View File

@ -234,4 +234,4 @@ CREATE TABLE test_schema2.tbl2 (id INTEGER PRIMARY KEY);
--
-- don't kill backend
--
\! pg_repack --dbname=contrib_regression --table=tbl_cluster --dont-kill-backend
\! pg_repack --dbname=contrib_regression --table=tbl_cluster --no-kill-backend