Fix typo and run pgperltidy on newly-added test

From commit 85ec945b78.
pull/182/head
Heikki Linnakangas 9 months ago
parent 2bbc261ddb
commit 05d1b9b5c2
  1. 3
      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++)
{

Loading…
Cancel
Save