mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Fix sloppy cleanup of roles in privileges.sql.
Commit 3d14e171e
dropped regress_roleoption_donor twice and
regress_roleoption_protagonist not at all. Leaving roles behind
after "make installcheck" is unfriendly in its own right, plus
it causes repeated runs of "make installcheck" to fail.
This commit is contained in:
parent
75b8d3de98
commit
b62303794e
@ -2846,7 +2846,6 @@ DROP TABLE regress_roleoption.t2;
|
||||
DROP TABLE regress_roleoption.t3;
|
||||
DROP TABLE regress_roleoption.t4;
|
||||
DROP SCHEMA regress_roleoption;
|
||||
DROP ROLE regress_roleoption_protagonist;
|
||||
DROP ROLE regress_roleoption_donor;
|
||||
DROP ROLE regress_roleoption_recipient;
|
||||
DROP ROLE regress_roleoption_donor;
|
||||
DROP ROLE regress_roleoption_donor;
|
||||
ERROR: role "regress_roleoption_donor" does not exist
|
||||
|
@ -1849,6 +1849,6 @@ DROP TABLE regress_roleoption.t2;
|
||||
DROP TABLE regress_roleoption.t3;
|
||||
DROP TABLE regress_roleoption.t4;
|
||||
DROP SCHEMA regress_roleoption;
|
||||
DROP ROLE regress_roleoption_protagonist;
|
||||
DROP ROLE regress_roleoption_donor;
|
||||
DROP ROLE regress_roleoption_recipient;
|
||||
DROP ROLE regress_roleoption_donor;
|
||||
DROP ROLE regress_roleoption_donor;
|
||||
|
Loading…
Reference in New Issue
Block a user