]> granicus.if.org Git - postgresql/commit
Fix function comment for dumpACL()
authorStephen Frost <sfrost@snowman.net>
Mon, 31 Jul 2017 14:37:08 +0000 (10:37 -0400)
committerStephen Frost <sfrost@snowman.net>
Mon, 31 Jul 2017 14:37:08 +0000 (10:37 -0400)
commitd2a51e3efcbab5b288bbadba1a7dfa123a50ba5b
tree9b557f18c07e6c7fa8099e2e85c551358a8772ca
parent393d47ed0f5b764341c7733ef60e8442d3e9bdc2
Fix function comment for dumpACL()

The comment for dumpACL() got neglected when initacls and initracls were
added and the discussion of what 'racls' is wasn't very clear either.

Per complaint from Tom.
src/bin/pg_dump/pg_dump.c