projects
/
check_postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4cfc83
)
ANALYZE first, in case this is a brand new cluster for this test.
author
Greg Sabino Mullane
<greg@endpoint.com>
Thu, 23 Apr 2009 17:35:42 +0000
(13:35 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Thu, 23 Apr 2009 17:35:42 +0000
(13:35 -0400)
t/02_last_analyze.t
patch
|
blob
|
blame
|
history
diff --git
a/t/02_last_analyze.t
b/t/02_last_analyze.t
index 912dd15cd28102fe8d7111ea8d331271bacdc4d1..9eef6f8dd2f615ecee3f653419029710655e9074 100644
(file)
--- a/
t/02_last_analyze.t
+++ b/
t/02_last_analyze.t
@@
-53,6
+53,7
@@
$t = qq{$S flags no-match-user};
like ($cp->run(qq{-w 0 --includeuser=gandalf}), qr{No matching.*user}, $t);
local $dbh->{Warn};
+$dbh->do('ANALYZE');
$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();