From 05d1b9b5c286424dea2a91cf906c49c9d22ff4bf Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Tue, 8 Oct 2024 15:47:51 +0300 Subject: [PATCH] Fix typo and run pgperltidy on newly-added test From commit 85ec945b78. --- src/test/postmaster/t/001_connection_limits.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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++) { -- 2.30.2