]> 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:33 +0000 (12:10 +0900)
commite43e71b6cd2f440e84da8a4a245837afba28b84f
tree5289db2b297eae0f325314b9a5fecf880777421d
parent77930c5e92d943205cab4d3a27f435849723fec9
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