command_fails_like(['pg_waldump','--quiet','-p',$node->data_dir,'--start',$start_lsn],qr/error: error in WAL record at/,'errors are shown with --quiet');
command_fails_like(['pg_waldump','--quiet','-p',$node->data_dir,'--start',$start_lsn],qr/error: error in WAL record at/,'errors are shown with --quiet');
# Test for: Display a message that we're skipping data if `from`
# wasn't a pointer to the start of a record.
{
# Construct a new LSN that is one byte past the original