Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 14fb386

Browse files
committed
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
1 parent 37e2673 commit 14fb386

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/regress/expected/create_role.out

+1
Original file line numberDiff line numberDiff line change
@@ -227,5 +227,6 @@ DROP ROLE regress_tenant;
227227
DROP ROLE regress_tenant2;
228228
DROP ROLE regress_rolecreator;
229229
DROP ROLE regress_role_admin;
230+
DROP ROLE regress_role_limited_admin;
230231
DROP ROLE regress_role_super;
231232
DROP ROLE regress_role_normal;

src/test/regress/sql/create_role.sql

+1
Original file line numberDiff line numberDiff line change
@@ -210,5 +210,6 @@ DROP ROLE regress_tenant;
210210
DROP ROLE regress_tenant2;
211211
DROP ROLE regress_rolecreator;
212212
DROP ROLE regress_role_admin;
213+
DROP ROLE regress_role_limited_admin;
213214
DROP ROLE regress_role_super;
214215
DROP ROLE regress_role_normal;

0 commit comments

Comments
 (0)