]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Drop global objects after completed test
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Wed, 3 Apr 2024 11:33:25 +0000 (13:33 +0200)
committerMichael Paquier <michael@paquier.xyz>
Tue, 24 Sep 2024 03:10:18 +0000 (12:10 +0900)
commit4dd17490faa34c2dc4725593f7866c3f18f76e7d
tree33bbcb348276ea130a2c387b6aea7e25ec6a7714
parent8e16522163efce0e2d75b6e8c4413be22e637550
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.

This was originally committed as 936e3fa3787a, but the issue also exists
in the 12~16 range.

Discussion: https://postgr.es/m/E1phvk7-000VAH-7k@gemulon.postgresql.org
Backpatch-through: 12
src/test/modules/test_pg_dump/expected/test_pg_dump.out
src/test/modules/test_pg_dump/sql/test_pg_dump.sql