mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
Final pgindent + perltidy run for 9.6.
This commit is contained in:
@ -475,8 +475,8 @@ sub backup
|
||||
my $name = $self->name;
|
||||
|
||||
print "# Taking pg_basebackup $backup_name from node \"$name\"\n";
|
||||
TestLib::system_or_bail('pg_basebackup', '-D', $backup_path,
|
||||
'-p', $port, '-x');
|
||||
TestLib::system_or_bail('pg_basebackup', '-D', $backup_path, '-p', $port,
|
||||
'-x');
|
||||
print "# Backup finished\n";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user