We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de63f8d commit 1ab763fCopy full SHA for 1ab763f
src/bin/pg_waldump/t/002_save_fullpage.pl
@@ -75,7 +75,8 @@ sub get_block_lsn
75
'--save-fullpage', "$tmp_folder/raw",
76
'--relation', $relation,
77
$walfile
78
- ]);
+ ],
79
+ 'pg_waldump with --save-fullpage runs');
80
81
# This regexp will match filenames formatted as:
82
# XXXXXXXX-XXXXXXXX.DBOID.TLOID.NODEOID.dd_fork with the components being:
0 commit comments