pgsql: Clean up nodes that are no longer of use in 007_pgdumpall.pl

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clean up nodes that are no longer of use in 007_pgdumpall.pl
Date: 2026-02-27 12:34:34
Message-ID: E1vvx3C-001PAW-38@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d6d9b96b4044e5c744bf2c6474b2c5c2de355f85

Modified Files
--------------
src/bin/pg_dump/t/007_pg_dumpall.pl | 3 +++
1 file changed, 3 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2026-02-27 13:32:08 pgsql: Centralize detection of x86 CPU features
Previous Message Michael Paquier 2026-02-27 09:59:54 pgsql: Use pg_malloc_object() and pg_alloc_array() variants in frontend