From 43f1a27980e9ba7fb3d5b7a34f41e39981466c93 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Thu, 23 Apr 2009 13:37:49 -0400 Subject: [PATCH] Global vacuum in case brand new cluster. --- t/02_last_vacuum.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/02_last_vacuum.t b/t/02_last_vacuum.t index e8c140899..4527daf64 100644 --- a/t/02_last_vacuum.t +++ b/t/02_last_vacuum.t @@ -54,6 +54,7 @@ like ($cp->run(qq{-w 0 --includeuser=gandalf}), qr{No matching.*user}, $t); local $dbh->{Warn}; local $dbh->{AutoCommit} = 1; +$dbh->do('VACUUM'); $dbh->do(qq{DROP TABLE IF EXISTS $testtbl}); $dbh->do(qq{CREATE TABLE $testtbl AS SELECT 123::INTEGER AS a FROM generate_series(1,200000)}); $dbh->commit(); -- 2.39.5