Fix sloppy cleanup of roles in privileges.sql.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 20 Nov 2022 16:30:50 +0000 (11:30 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 20 Nov 2022 16:30:50 +0000 (11:30 -0500)
commitb62303794efd97f2afb55f1e1b82fffae2cf8a2d
treef040a62bb9084cf690778782b05f22a9446d4f54
parent75b8d3de989eb88a5960c93cddd88caf5d245024
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.
src/test/regress/expected/privileges.out
src/test/regress/sql/privileges.sql