projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b1759e
)
Fix typo in comment
author
Magnus Hagander
Thu, 29 Mar 2018 17:10:04 +0000
(19:10 +0200)
committer
Magnus Hagander
Thu, 29 Mar 2018 17:10:04 +0000
(19:10 +0200)
Author: Daniel Gustafsson
src/bin/pg_dump/pg_backup_custom.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/pg_backup_custom.c
b/src/bin/pg_dump/pg_backup_custom.c
index 3da00403a158828df9aac8cfa51ea2ff13ebe824..ad18a6c684b91dc26f8f110ef44bf73ec53d95b8 100644
(file)
--- a/
src/bin/pg_dump/pg_backup_custom.c
+++ b/
src/bin/pg_dump/pg_backup_custom.c
@@
-4,7
+4,7
@@
*
* Implements the custom output format.
*
- * The comments with the routine
d
in this code are a good place to
+ * The comments with the routine
s
in this code are a good place to
* understand how to write a new format.
*
* See the headers to pg_restore for more details.