diff --git a/src/bin/pg_verifybackup/pg_verifybackup.c b/src/bin/pg_verifybackup/pg_verifybackup.c index b8c94ada5a..a9d41a6b83 100644 --- a/src/bin/pg_verifybackup/pg_verifybackup.c +++ b/src/bin/pg_verifybackup/pg_verifybackup.c @@ -331,8 +331,8 @@ main(int argc, char **argv) } /* - * XXX: In the future, we should consider enhancing pg_waldump to read - * WAL files from an archive. + * XXX: In the future, we should consider enhancing pg_waldump to read WAL + * files from an archive. */ if (!no_parse_wal && context.format == 't') {