Reindent pg_verifybackup.c.

This commit is contained in:
Robert Haas 2024-09-27 11:14:31 -04:00
parent 8dfd312902
commit 7f7474a8e4

View File

@ -331,8 +331,8 @@ main(int argc, char **argv)
} }
/* /*
* XXX: In the future, we should consider enhancing pg_waldump to read * XXX: In the future, we should consider enhancing pg_waldump to read WAL
* WAL files from an archive. * files from an archive.
*/ */
if (!no_parse_wal && context.format == 't') if (!no_parse_wal && context.format == 't')
{ {