Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 14fb386

Browse filesBrowse 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
Copy full SHA for 14fb386

File tree

Expand file treeCollapse file tree

2 files changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-0
lines changed

‎src/test/regress/expected/create_role.out

Copy file name to clipboardExpand all lines: src/test/regress/expected/create_role.out
+1Lines changed: 1 addition & 0 deletions
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

Copy file name to clipboardExpand all lines: src/test/regress/sql/create_role.sql
+1Lines changed: 1 addition & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.