]> granicus.if.org Git - postgresql/commit
In pg_upgrade, fix bug where no users were dumped in pg_dumpall
authorBruce Momjian <bruce@momjian.us>
Tue, 4 Dec 2012 00:43:02 +0000 (19:43 -0500)
committerBruce Momjian <bruce@momjian.us>
Tue, 4 Dec 2012 00:43:02 +0000 (19:43 -0500)
commitdb00d837c17cebf3769fd3b6655812e2d3776f5d
tree83d3a39ca99fd515e1033c563d51d766ebe0c663
parent7510bec607741a6d9de1ff7ecb0b34c7d3f2815f
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.
src/bin/pg_dump/pg_dumpall.c