Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dunstan2021-06-28 15:05:54 +0000
committerAndrew Dunstan2021-06-28 15:05:54 +0000
commite1c1c30f635390b6a3ae4993e8cac213a33e6e3f (patch)
treef91c0903c634bcbe7b06c4548af82d6e351e2090 /src/test/perl/PostgresNode.pm
parentc31833779d5a4775d7220be4b9143bec66c9a9fd (diff)
Pre branch pgindent / pgperltidy run
Along the way make a slight adjustment to src/include/utils/queryjumble.h to avoid an unused typedef.
Diffstat (limited to 'src/test/perl/PostgresNode.pm')
-rw-r--r--src/test/perl/PostgresNode.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/perl/PostgresNode.pm b/src/test/perl/PostgresNode.pm
index 2027cbf43d7..ed5b4a1c4b5 100644
--- a/src/test/perl/PostgresNode.pm
+++ b/src/test/perl/PostgresNode.pm
@@ -2126,8 +2126,8 @@ sub poll_query_until
$expected = 't' unless defined($expected); # default value
my $cmd = [
- $self->installed_command('psql'),
- '-XAt', '-d', $self->connstr($dbname)
+ $self->installed_command('psql'), '-XAt',
+ '-d', $self->connstr($dbname)
];
my ($stdout, $stderr);
my $max_attempts = 180 * 10;