[COMMITTERS] pgsql: pg_dumpall: Allow --no-role-passwords and --binary-upgradetoget - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: pg_dumpall: Allow --no-role-passwords and --binary-upgradetoget
Date
Msg-id E1cypzU-0003OO-7c@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_dumpall: Allow --no-role-passwords and --binary-upgrade together

This was introduced as part of the patch to add --no-role-passwords, but
while it's an unusual combination, there is no actual reason to prevent
it.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ff46f2a0534560367ba748ac9d859a2cf05ce3fc

Modified Files
--------------
src/bin/pg_dump/pg_dumpall.c | 9 ---------
1 file changed, 9 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix regexport.c to behave sanely with lookaround constraints.
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Make header self-contained