Fix sloppy cleanup of roles in privileges.sql.
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/privileges.out | modified | +2 −3 |
| src/test/regress/sql/privileges.sql | modified | +2 −2 |