Fix sloppy cleanup of roles in privileges.sql.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b62303794efd97f2afb55f1e1b82fffae2cf8a2d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2022-11-20T16:30:50Z
Releases: 16.0
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