projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5cf808
)
Fix typo in comment
author
Daniel Gustafsson
<
[email protected]
>
Wed, 29 Nov 2023 13:56:26 +0000
(14:56 +0100)
committer
Daniel Gustafsson
<
[email protected]
>
Wed, 29 Nov 2023 13:56:26 +0000
(14:56 +0100)
Spotted while looking over changes for another patch.
src/bin/pg_dump/pg_dump.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/pg_dump.c
b/src/bin/pg_dump/pg_dump.c
index 64e2d754d12c0ab5a25837aeafcf919ff620abe6..57c6836b88056d44ed903778c9c7a585baee7b5c 100644
(file)
--- a/
src/bin/pg_dump/pg_dump.c
+++ b/
src/bin/pg_dump/pg_dump.c
@@
-14937,7
+14937,7
@@
dumpDefaultACL(Archive *fout, const DefaultACLInfo *daclinfo)
* (Currently we assume that subname is only provided for table columns.)
* 'nspname' is the namespace the object is in (NULL if none).
* 'owner' is the owner, NULL if there is no owner (for languages).
- * 'dacl' is the DumpableAcl struct f
p
r the object.
+ * 'dacl' is the DumpableAcl struct f
o
r the object.
*
* Returns the dump ID assigned to the ACL TocEntry, or InvalidDumpId if
* no ACL entry was created.