]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Clean up nodes that are no longer of use in 007_pgdumpall.pl
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 27 Feb 2026 12:14:06 +0000 (07:14 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 27 Feb 2026 12:33:50 +0000 (07:33 -0500)
commitd6d9b96b4044e5c744bf2c6474b2c5c2de355f85
tree4c7f776bd06a2120dcbc5067522ec5abedd363bf
parent574bee89c237d79e4dd3209f0fa3b10e0179b57a
Clean up nodes that  are no longer of use in 007_pgdumpall.pl

Oversight in commit 763aaa06f03. When nodes are going out of scope, we
should stop the underlying postmasters rather than waiting for the
script to end.

Per gripe from Tom Lane

Discussion: https://postgr.es/m/740033.1772142754@sss.pgh.pa.us
src/bin/pg_dump/t/007_pg_dumpall.pl