mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
DROP ROLE regress_role_limited_admin at end of test
This is required by project policy, and I overlooked the need for it (again) by accident. Reported by Álvaro Herrara. Discussion: http://postgr.es/m/20230126114659.x3yuypot7p6zj73c@alvherre.pgsql
This commit is contained in:
@ -227,5 +227,6 @@ DROP ROLE regress_tenant;
|
||||
DROP ROLE regress_tenant2;
|
||||
DROP ROLE regress_rolecreator;
|
||||
DROP ROLE regress_role_admin;
|
||||
DROP ROLE regress_role_limited_admin;
|
||||
DROP ROLE regress_role_super;
|
||||
DROP ROLE regress_role_normal;
|
||||
|
@ -210,5 +210,6 @@ DROP ROLE regress_tenant;
|
||||
DROP ROLE regress_tenant2;
|
||||
DROP ROLE regress_rolecreator;
|
||||
DROP ROLE regress_role_admin;
|
||||
DROP ROLE regress_role_limited_admin;
|
||||
DROP ROLE regress_role_super;
|
||||
DROP ROLE regress_role_normal;
|
||||
|
Reference in New Issue
Block a user