projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dfd312
)
Reindent pg_verifybackup.c.
author
Robert Haas
<
[email protected]
>
Fri, 27 Sep 2024 15:14:31 +0000
(11:14 -0400)
committer
Robert Haas
<
[email protected]
>
Fri, 27 Sep 2024 15:14:31 +0000
(11:14 -0400)
src/bin/pg_verifybackup/pg_verifybackup.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_verifybackup/pg_verifybackup.c
b/src/bin/pg_verifybackup/pg_verifybackup.c
index b8c94ada5a03020a88e3a8b5181e9d4adfb7ca18..a9d41a6b8389dc83b40fcf9635f55e99ee285625 100644
(file)
--- 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')
{