summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Sabino Mullane2009-08-23 13:53:40 +0000
committerGreg Sabino Mullane2009-08-23 13:53:40 +0000
commit37e4d4b28aaf80835eed3681fe74f342610206fb (patch)
tree345a2f233e4373f396c553d644502f0e3bd5dd9e
parent22a074adf1e2d5829f4440a58a9b23040c08552c (diff)
Fix what appears to be some cut-n-paste errors.
-rw-r--r--t/02_last_analyze.t2
-rw-r--r--t/02_last_vacuum.t2
2 files changed, 2 insertions, 2 deletions
diff --git a/t/02_last_analyze.t b/t/02_last_analyze.t
index dccbd32f5..41c95b568 100644
--- a/t/02_last_analyze.t
+++ b/t/02_last_analyze.t
@@ -26,7 +26,7 @@ my $label = 'POSTGRES_LAST_ANALYZE';
SKIP:
{
- $ver < 80200 and skip 'Cannot test autovac_freeze on old Postgres versions', 14;
+ $ver < 80200 and skip 'Cannot test last_analyze on old Postgres versions', 14;
$t = qq{$S self-identifies correctly};
$result = $cp->run(q{-w 0});
diff --git a/t/02_last_vacuum.t b/t/02_last_vacuum.t
index 38acd962d..ca9c67a92 100644
--- a/t/02_last_vacuum.t
+++ b/t/02_last_vacuum.t
@@ -26,7 +26,7 @@ my $label = 'POSTGRES_LAST_VACUUM';
SKIP:
{
- $ver < 80200 and skip 'Cannot test autovac_freeze on old Postgres versions', 14;
+ $ver < 80200 and skip 'Cannot test last_vacuum on old Postgres versions', 14;
$t = qq{$S self-identifies correctly};
$result = $cp->run(q{-w 0});