]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Don't leave behind files in src dir in 007_multixact_conversion.pl
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 17 Mar 2026 09:24:10 +0000 (11:24 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 17 Mar 2026 09:24:52 +0000 (11:24 +0200)
commit2c1a7d421f92c14c8fedbd77200607b3df554add
tree2102d7c13ef8039ad2f3e5cd76cd7c1f94078154
parent182cdf5aeaf7b34a288a135d66f2893dc288a24e
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.hayato@fujitsu.com>
https://www.postgresql.org/message-id/TYRPR01MB121563A4DA8B2FE9A2ECB79F5F541A@TYRPR01MB12156.jpnprd01.prod.outlook.com
src/bin/pg_upgrade/t/007_multixact_conversion.pl