[COMMITTERS] pgsql: Fix function comment for dumpACL()

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема [COMMITTERS] pgsql: Fix function comment for dumpACL()
Дата
Msg-id E1dcBpo-0002bR-IO@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: [COMMITTERS] pgsql: Add missing comment in postgresql.conf.
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Tighten coding for non-composite case in plperl's return_next.