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

Commitb623037

Browse files
committed
Fix sloppy cleanup of roles in privileges.sql.
Commit3d14e17 dropped regress_roleoption_donor twice andregress_roleoption_protagonist not at all. Leaving roles behindafter "make installcheck" is unfriendly in its own right, plusit causes repeated runs of "make installcheck" to fail.
1 parent75b8d3d commitb623037

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2846,7 +2846,6 @@ DROP TABLE regress_roleoption.t2;
28462846
DROP TABLE regress_roleoption.t3;
28472847
DROP TABLE regress_roleoption.t4;
28482848
DROP SCHEMA regress_roleoption;
2849-
DROP ROLE regress_roleoption_recipient;
2850-
DROP ROLE regress_roleoption_donor;
2849+
DROP ROLE regress_roleoption_protagonist;
28512850
DROP ROLE regress_roleoption_donor;
2852-
ERROR: role "regress_roleoption_donor" does not exist
2851+
DROP ROLE regress_roleoption_recipient;

‎src/test/regress/sql/privileges.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1849,6 +1849,6 @@ DROP TABLE regress_roleoption.t2;
18491849
DROPTABLEregress_roleoption.t3;
18501850
DROPTABLEregress_roleoption.t4;
18511851
DROPSCHEMA regress_roleoption;
1852-
DROP ROLE regress_roleoption_recipient;
1853-
DROP ROLE regress_roleoption_donor;
1852+
DROP ROLE regress_roleoption_protagonist;
18541853
DROP ROLE regress_roleoption_donor;
1854+
DROP ROLE regress_roleoption_recipient;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp