Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d91d163

Browse files
committed
Fix incorrect function name reference
This function was renamed in 0c9d844 but this comment wasn't updated. Author: Alexander Lakhin Discussion: https://postgr.es/m/699beab4-a6ca-92c9-f152-f559caf6dc25@gmail.com
1 parent 0ecb87e commit d91d163

File tree

1 file changed

+1
-1
lines changed
  • src/backend/utils/adt

1 file changed

+1
-1
lines changed

src/backend/utils/adt/acl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ getid(const char *s, char *n, Node *escontext)
189189
/*
190190
* Write a role name at *p, adding double quotes if needed.
191191
* There must be at least (2*NAMEDATALEN)+2 bytes available at *p.
192-
* This needs to be kept in sync with copyAclUserName in pg_dump/dumputils.c
192+
* This needs to be kept in sync with dequoteAclUserName in pg_dump/dumputils.c
193193
*/
194194
static void
195195
putid(char *p, const char *s)

0 commit comments

Comments
 (0)