Skip to content

Commit ca1f541

Browse files
committed
t/02_replication_slots.t: Fix for PG < 9.4
1 parent d7f6475 commit ca1f541

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

t/02_replication_slots.t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ my $label = 'POSTGRES_REPLICATION_SLOTS';
2828
my $ver = $dbh->{pg_server_version};
2929
if ($ver < 90400) {
3030
SKIP: {
31-
skip 'replication slots not present before 9.4', 20;
31+
skip 'replication slots not present before 9.4', 1;
3232
}
33+
done_testing();
3334
exit 0;
3435
}
3536

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy