Add missing TAP test name

pull/137/head
Peter Eisentraut 2 years ago
parent de63f8dade
commit 1ab763fc22
  1. 3
      src/bin/pg_waldump/t/002_save_fullpage.pl

@ -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…
Cancel
Save