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

Commit 6a9c518

Browse files
committed
Improve cleanup in rolenames test
Drop test_schema at the end, because that otherwise interferes with the collate.linux.utf8 test.
1 parent 3e9df85 commit 6a9c518

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/regress/expected/rolenames.out

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -952,6 +952,7 @@ SELECT proname, proacl FROM pg_proc WHERE proname LIKE 'testagg_';
952952

953953
-- clean up
954954
\c
955+
DROP SCHEMA test_schema;
955956
DROP OWNED BY testrol0, "Public", "current_user", testrol1, testrol2, testrolx CASCADE;
956957
DROP ROLE testrol0, testrol1, testrol2, testrolx;
957958
DROP ROLE "Public", "None", "current_user", "session_user", "user";

src/test/regress/sql/rolenames.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ SELECT proname, proacl FROM pg_proc WHERE proname LIKE 'testagg_';
441441
-- clean up
442442
\c
443443

444+
DROP SCHEMA test_schema;
444445
DROP OWNED BY testrol0, "Public", "current_user", testrol1, testrol2, testrolx CASCADE;
445446
DROP ROLE testrol0, testrol1, testrol2, testrolx;
446447
DROP ROLE "Public", "None", "current_user", "session_user", "user";

0 commit comments

Comments
 (0)