mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Run perltidy
A follow-up patch will adjust the TAP tests to follow a more-structured format for option lists in commands, that perltidy is able to cope better with. Putting the tree first in a clean state makes the next change a bit easier. v20230309 has been used. Author: Dagfinn Ilmari Mannsåker Discussion: https://postgr.es/m/87jzc46d8u.fsf@wibble.ilmari.org
This commit is contained in:
@@ -1214,7 +1214,8 @@ sub stop
|
||||
|
||||
print "### Stopping node \"$name\" using mode $mode\n";
|
||||
my @cmd = ('pg_ctl', '-D', $pgdata, '-m', $mode, 'stop');
|
||||
if ($params{timeout}) {
|
||||
if ($params{timeout})
|
||||
{
|
||||
push(@cmd, ('--timeout', $params{timeout}));
|
||||
}
|
||||
$ret = PostgreSQL::Test::Utils::system_log(@cmd);
|
||||
|
||||
Reference in New Issue
Block a user