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

Bruce Momjian <bruce@momjian.us>

Commit: db00d837c17cebf3769fd3b6655812e2d3776f5d
Author: Bruce Momjian <bruce@momjian.us>
Date: 2012-12-04T00:43:02Z
Releases: 9.3.0
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.

Files

PathChange+/−
src/bin/pg_dump/pg_dumpall.c modified +15 −8