Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit6a9c518

Browse files
committed
Improve cleanup in rolenames test
Drop test_schema at the end, because that otherwise interferes with thecollate.linux.utf8 test.
1 parent3e9df85 commit6a9c518

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+
DROPSCHEMA 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)

[8]ページ先頭

©2009-2025 Movatter.jp