pgsql: pg_dumpall: Allow --no-role-passwords and --binary-upgrade toget

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_dumpall: Allow --no-role-passwords and --binary-upgrade toget
Date: 2017-04-14 01:25:36
Message-ID: E1cypzU-0003OO-7c@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-04-14 01:50:08 pgsql: Make header self-contained
Previous Message Tom Lane 2017-04-13 21:18:54 pgsql: Fix regexport.c to behave sanely with lookaround constraints.