mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Reindent Perl files with perltidy version 20170521.
Discussion: https://postgr.es/m/CABUevEzK3cNiHZQ18f5tK0guoT+cN_jWeVzhYYxY=r+1Q3SmoA@mail.gmail.com
This commit is contained in:
@ -16,4 +16,5 @@ $node->init;
|
||||
$node->start;
|
||||
|
||||
# use a long timeout for the benefit of very slow buildfarm machines
|
||||
$node->command_ok([qw(pg_isready --timeout=60)], 'succeeds with server running');
|
||||
$node->command_ok([qw(pg_isready --timeout=60)],
|
||||
'succeeds with server running');
|
||||
|
Reference in New Issue
Block a user