pgsql: Drop global objects after completed test

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Drop global objects after completed test
Date: 2024-04-03 11:41:44
Message-ID: E1rryzw-000Hzl-Bu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/936e3fa3787a51397280c1081587586e83c20399

Modified Files
--------------
src/test/modules/test_pg_dump/expected/test_pg_dump.out | 2 ++
src/test/modules/test_pg_dump/sql/test_pg_dump.sql | 3 +++
2 files changed, 5 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2024-04-03 13:15:42 Re: pgsql: Allow SIGINT to cancel psql database reconnections.
Previous Message Andrew Dunstan 2024-04-03 09:37:14 Re: pgsql: Fix indentation from cafe1056558f