mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
Fix typo and run pgperltidy on newly-added test
From commit 85ec945b78
.
This commit is contained in:
@ -75,7 +75,8 @@ $node->connect_fails(
|
|||||||
# "dead-end backends".
|
# "dead-end backends".
|
||||||
SKIP:
|
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++)
|
for (my $i = 0; $i <= 20; $i++)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user