Re: Today's Postgres Releases break login roles
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Noah Misch <noah@leadboat.com>
Cc: Matthew Woodcraft <matthew@woodcraft.me.uk>,
pgsql-bugs@lists.postgresql.org,
Etienne LAFARGE <etienne.lafarge@gmail.com>
Date: 2024-11-16T20:11:11Z
Lists: pgsql-bugs
Noah Misch <noah@leadboat.com> writes: > Agreed. I cut some corners by not directly testing that or ALTER DATABASE, so > here are some more tests. The output is the same on master @ now, on master @ > 2024-11-10 (before the regression), and on v12. It reproduces the trouble on > master @ 2024-11-12. That's sufficient confirmation for the moment, so I'll > hold this until the releases wrap and make it master-only. If you only intend to apply it to master, there's no need to wait. regards, tom lane
Commits
-
Test "options=-crole=" and "ALTER DATABASE SET role".
- 5de08f136ad6 18.0 landed
-
Fix per-session activation of ALTER {ROLE|DATABASE} SET role.
- c463338656ac 12.22 landed
- be062bfa54d7 14.15 landed
- 07c6e0f61361 13.18 landed
- edf80895f6bd 15.10 landed
- b0918c1286d3 16.6 landed
- 1c05004a8953 17.2 landed
- 7b88529f4363 18.0 landed