mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Fix typo
Author: Michael Banck
This commit is contained in:
parent
9fdb675fc5
commit
f66c37b2f7
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,7 @@ ok(grep(/^[0-9A-F]{24}$/, slurp_dir("$tempdir/backupxf/pg_wal")),
|
|||
$node->command_ok(
|
||||
[ 'pg_basebackup', '-D', "$tempdir/backupxs", '-X', 'stream' ],
|
||||
'pg_basebackup -X stream runs');
|
||||
ok(grep(/^[0-9A-F]{24}$/, slurp_dir("$tempdir/backupxf/pg_wal")),
|
||||
ok(grep(/^[0-9A-F]{24}$/, slurp_dir("$tempdir/backupxs/pg_wal")),
|
||||
'WAL files copied');
|
||||
$node->command_ok(
|
||||
[ 'pg_basebackup', '-D', "$tempdir/backupxst", '-X', 'stream', '-Ft' ],
|
||||
|
|
|
|||
Loading…
Reference in a new issue