pgsql: In pg_upgrade, fix bug where no users were dumped in pg_dumpall

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In pg_upgrade, fix bug where no users were dumped in pg_dumpall
Date: 2012-12-04 00:43:07
Message-ID: E1TfgbL-0004S7-KM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

In pg_upgrade, fix bug where no users were dumped in pg_dumpall
binary-upgrade mode; instead only skip dumping the current user.

This bug was introduced in during the removal of split_old_dump(). Bug
discovered during local testing.

Branch
------
master

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

Modified Files
--------------
src/bin/pg_dump/pg_dumpall.c | 23 +++++++++++++++--------
1 files changed, 15 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2012-12-04 03:45:08 pgsql: dummy commit
Previous Message Andrew Dunstan 2012-12-04 00:17:36 Re: [COMMITTERS] pgsql: Add mode where contrib installcheck runs each module in a separa