mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:32:10 -04:00
Add missing TAP test name
This commit is contained in:
parent
de63f8dade
commit
1ab763fc22
1 changed files with 2 additions and 1 deletions
|
|
@ -75,7 +75,8 @@ $node->command_ok(
|
|||
'--save-fullpage', "$tmp_folder/raw",
|
||||
'--relation', $relation,
|
||||
$walfile
|
||||
]);
|
||||
],
|
||||
'pg_waldump with --save-fullpage runs');
|
||||
|
||||
# This regexp will match filenames formatted as:
|
||||
# XXXXXXXX-XXXXXXXX.DBOID.TLOID.NODEOID.dd_fork with the components being:
|
||||
|
|
|
|||
Loading…
Reference in a new issue