We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bbc261 commit 05d1b9bCopy full SHA for 05d1b9b
src/test/postmaster/t/001_connection_limits.pl
@@ -75,7 +75,8 @@ sub background_psql_as_user
75
# "dead-end backends".
76
SKIP:
77
{
78
- skip "this test requies working raw_connect()" unless $node->raw_connect_works();
+ skip "this test requires working raw_connect()"
79
+ unless $node->raw_connect_works();
80
81
for (my $i = 0; $i <= 20; $i++)
82
0 commit comments