Fix what appears to be some cut-n-paste errors.
authorGreg Sabino Mullane <greg@endpoint.com>
Sun, 23 Aug 2009 13:53:40 +0000 (09:53 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Sun, 23 Aug 2009 13:53:40 +0000 (09:53 -0400)
t/02_last_analyze.t
t/02_last_vacuum.t

index dccbd32f53405bc86886c05a8603bc12d0727c2d..41c95b56845920ad2f69e519f66e4573b3853938 100644 (file)
@@ -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});
index 38acd962dae557e249fad00f4bf3a16e15f9f7da..ca9c67a92bdfca8f63961ae57c87addcd49c058b 100644 (file)
@@ -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});