Try to repack all tables with pkey, not only the ones with ckey
This is consistent with --no-order not been required anymore.
This commit is contained in:
@ -120,9 +120,9 @@ SELECT * FROM tbl_with_dropped_toast;
|
||||
-- do repack
|
||||
--
|
||||
|
||||
\! pg_repack --dbname=contrib_regression --table=tbl_cluster
|
||||
\! pg_repack --dbname=contrib_regression --table=tbl_badindex
|
||||
\! pg_repack --dbname=contrib_regression
|
||||
\! pg_repack --dbname=contrib_regression --table=tbl_cluster
|
||||
|
||||
--
|
||||
-- after
|
||||
|
Reference in New Issue
Block a user