diff options
Diffstat (limited to 'src/bin/pg_dump/pg_dumpall.c')
-rw-r--r-- | src/bin/pg_dump/pg_dumpall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_dump/pg_dumpall.c b/src/bin/pg_dump/pg_dumpall.c index cd421c59443..7b7acc80448 100644 --- a/src/bin/pg_dump/pg_dumpall.c +++ b/src/bin/pg_dump/pg_dumpall.c @@ -1923,7 +1923,7 @@ dumpTimestamp(const char *msg) } /* - * Helper function for rolenamehash hash table. + * Helper function for rolename_hash hash table. */ static uint32 hash_string_pointer(char *s) |