mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Pre branch pgindent / pgperltidy run
Along the way make a slight adjustment to src/include/utils/queryjumble.h to avoid an unused typedef.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user