pgsql: Clean up role created in new subscription test.

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

From: Tom Lane <tgl@sss.pgh.pa.us>
To: pgsql-committers@lists.postgresql.org
Date: 2023-03-30T17:07:20Z
Lists: pgsql-hackers
Clean up role created in new subscription test.

This oversight broke repeated runs of "make installcheck".

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e9d202a1499d6a70e80d080fcdba07fe6707845d

Modified Files
--------------
src/test/regress/expected/subscription.out | 1 +
src/test/regress/sql/subscription.sql      | 1 +
2 files changed, 2 insertions(+)

Commits

  1. Drop global objects after completed test

  2. Fix reported runtime for single tests in pg_regress

  3. Clean up role created in new subscription test.