Content-Length: 282256 | pFad | http://github.com/postgrespro/postgres_cluster/commit/6a9c51810f1db08de4033cbecd95a83d7b364fd1

4F Improve cleanup in rolenames test · postgrespro/postgres_cluster@6a9c518 · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/6a9c51810f1db08de4033cbecd95a83d7b364fd1

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy