mirror of
https://github.com/postgres/postgres.git
synced 2026-03-23 19:04:11 -04:00
Reindent pg_verifybackup.c.
This commit is contained in:
parent
8dfd312902
commit
7f7474a8e4
1 changed files with 2 additions and 2 deletions
|
|
@ -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')
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue