pgsql: Fix function comment for dumpACL()

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix function comment for dumpACL()
Date: 2017-07-31 14:38:16
Message-ID: E1dcBpo-0002bR-IO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d38e706ff149eb0937502cc0be27645e70bbfec6

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-07-31 15:33:52 pgsql: Tighten coding for non-composite case in plperl's return_next.
Previous Message Tatsuo Ishii 2017-07-31 02:29:24 pgsql: Add missing comment in postgresql.conf.