Don't leave roles behind after core regression tests.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 11 Jan 2023 17:22:47 +0000 (12:22 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 11 Jan 2023 17:22:47 +0000 (12:22 -0500)
commitd0d968328794a25c844dc57585d0289a08159bb5
treea5a878c0010a41627617bba08f53eb80f77b1467
parentc971a5b27ac946e7c94f7f655d321279512c7ee7
Don't leave roles behind after core regression tests.

Commits cf5eb37c5 and e5b8a4c09 each created a new role that they
forgot to remove again.  This breaks the use-case of running "make
installcheck" more than once, and it's also against project policy
because it'd be quite unfriendly behavior if one were running
"make installcheck" against a non-throwaway installation.
src/test/regress/expected/create_role.out
src/test/regress/sql/create_role.sql