From: Heikki Linnakangas Date: Tue, 8 Oct 2024 12:47:51 +0000 (+0300) Subject: Fix typo and run pgperltidy on newly-added test X-Git-Url: http://git.postgresql.org/gitweb/constraints.php?a=commitdiff_plain;h=05d1b9b5c2;p=users%2Frhaas%2Fpostgres.git Fix typo and run pgperltidy on newly-added test From commit 85ec945b78. --- diff --git a/src/test/postmaster/t/001_connection_limits.pl b/src/test/postmaster/t/001_connection_limits.pl index f8d24bcf24..3e681f9dc5 100644 --- a/src/test/postmaster/t/001_connection_limits.pl +++ b/src/test/postmaster/t/001_connection_limits.pl @@ -75,7 +75,8 @@ $node->connect_fails( # "dead-end backends". SKIP: { - skip "this test requies working raw_connect()" unless $node->raw_connect_works(); + skip "this test requires working raw_connect()" + unless $node->raw_connect_works(); for (my $i = 0; $i <= 20; $i++) {