On Mon, May 13, 2024 at 12:45 PM Dmitry Koval <d.ko...@postgrespro.ru> wrote: > 13.05.2024 11:45, Daniel Gustafsson пишет: > > Commit 3ca43dbbb67f which adds the permission checks seems to cause > > conflicts > > in the pg_upgrade tests > > Thanks! > > It will probably be enough to rename the roles: > > regress_partition_merge_alice -> regress_partition_split_alice > regress_partition_merge_bob -> regress_partition_split_bob
Thanks to Danial for spotting this. Thanks to Dmitry for the proposed fix. The actual problem appears to be a bit more complex. Additionally to the role names, the lack of permissions on schemas lead to creation of tables in public schema and potential conflict there. Fixed in 2a679ae94e. ------ Regards, Alexander Korotkov