pgsql: Don't leave behind files in src dir in 007_multixact_conversion.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't leave behind files in src dir in 007_multixact_conversion.
Date: 2026-03-17 09:52:49
Message-ID: E1w2R6W-00099h-0X@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Don't leave behind files in src dir in 007_multixact_conversion.pl

pg_upgrade test 007_multixact_conversion.pl was leaving files like
delete_old_cluster.sh in the source directory for VPATH and meson
builds. To fix, change the tmp_check directory before running the
test, like in the other pg_upgrade tests.

Author: Hayato Kuroda <kuroda(dot)hayato(at)fujitsu(dot)com>
https://www.postgresql.org/message-id/TYRPR01MB121563A4DA8B2FE9A2ECB79F5F541A@TYRPR01MB12156.jpnprd01.prod.outlook.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2c1a7d421f92c14c8fedbd77200607b3df554add

Modified Files
--------------
src/bin/pg_upgrade/t/007_multixact_conversion.pl | 5 +++++
1 file changed, 5 insertions(+)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2026-03-17 13:14:48 pgsql: Dump labels in reproducible order
Previous Message Peter Eisentraut 2026-03-17 08:49:24 pgsql: pg_dump: Add appropriate version check

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2026-03-17 09:52:57 Re: POC: make mxidoff 64 bits
Previous Message Fujii Masao 2026-03-17 09:48:46 Re: Propagate XLogFindNextRecord error to callers