Re: BUG #14242: Role with a setconfig "role" setting to a nonexistent role causes pg_upgrade to fail - Mailing list pgsql-bugs

From Bossart, Nathan
Subject Re: BUG #14242: Role with a setconfig "role" setting to a nonexistent role causes pg_upgrade to fail
Date
Msg-id 5e6af34f945e4ddab2caf2a26fa57137@EX13D03UWC002.ant.amazon.com
Whole thread Raw
In response to BUG #14242: Role with a setconfig "role" setting to a nonexistent role causes pg_upgrade to fail  (bossartn@amazon.com)
List pgsql-bugs
A simple fix for this issue would be to temporarily create the role just for the ALTER ROLE SET command generated by
pg_dumpall. I've attached a patch that does this.
 
 
Nathan

Attachment

pgsql-bugs by date:

Previous
From: bossartn@amazon.com
Date:
Subject: BUG #14242: Role with a setconfig "role" setting to a nonexistent role causes pg_upgrade to fail
Next
From: Tom Lane
Date:
Subject: Re: BUG #14242: Role with a setconfig "role" setting to a nonexistent role causes pg_upgrade to fail