Drop global objects after completed test

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: 936e3fa3787a51397280c1081587586e83c20399
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2024-04-03T11:33:25Z
Releases: 17.0
Drop global objects after completed test

Project policy is to not leave global objects behind after a regress
test run.  This was found as a result of the development of a patch
to make pg_regress detect such leftovers automatically, which in the
end was withdrawn due to issues with parallel runs.

Discussion: https://postgr.es/m/E1phvk7-000VAH-7k@gemulon.postgresql.org

Files

Discussion