mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
Final pgindent + perltidy run for v10.
This commit is contained in:
@ -1232,10 +1232,9 @@ sub poll_query_until
|
||||
{
|
||||
my ($self, $dbname, $query, $expected) = @_;
|
||||
|
||||
$expected = 't' unless defined($expected); # default value
|
||||
$expected = 't' unless defined($expected); # default value
|
||||
|
||||
my $cmd =
|
||||
[ 'psql', '-XAt', '-c', $query, '-d', $self->connstr($dbname) ];
|
||||
my $cmd = [ 'psql', '-XAt', '-c', $query, '-d', $self->connstr($dbname) ];
|
||||
my ($stdout, $stderr);
|
||||
my $max_attempts = 180 * 10;
|
||||
my $attempts = 0;
|
||||
|
Reference in New Issue
Block a user