On Fri, May 13, 2016 at 7:27 PM, Stephen Frost <sfr...@snowman.net> wrote:
> * Rushabh Lathia (rushabh.lat...@gmail.com) wrote: > > On master branch when we do pg_dumpall with -c option, I can see that > > it also dumping the "DROP ROLE pg_signal_backend", which seems wrong. > > Because when you restore the dump, its throwing an error > > "ERROR: cannot drop role pg_signal_backend because it is required by the > > database system". > > Ah, yes, dropRoles() needs the same change that dumpRoles() got. > > Will fix, thanks! > > Thanks Stephen.