Thread
Commits
-
Don't leave behind files in src dir in 007_multixact_conversion.pl
- 2c1a7d421f92 19 (unreleased) cited
-
pgsql: Don't leave behind files in src dir in 007_multixact_conversion.
Heikki Linnakangas <heikki.linnakangas@iki.fi> — 2026-03-17T09:52:49Z
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 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(+)
-
Re: pgsql: Don't leave behind files in src dir in 007_multixact_conversion.
Robert Haas <robertmhaas@gmail.com> — 2026-03-18T23:19:51Z
On Tue, Mar 17, 2026 at 5:52 AM Heikki Linnakangas <heikki.linnakangas@iki.fi> wrote: > 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 Thank you both! I am VERY happy that someone finally tracked this down. This has been bugging me for a while, but I haven't had time to figure out why it was happening. -- Robert Haas EDB: http://www.enterprisedb.com
-
Re: pgsql: Don't leave behind files in src dir in 007_multixact_conversion.
Andrew Dunstan <andrew@dunslane.net> — 2026-03-19T17:56:55Z
On 2026-03-18 We 7:19 PM, Robert Haas wrote: > On Tue, Mar 17, 2026 at 5:52 AM Heikki Linnakangas > <heikki.linnakangas@iki.fi> wrote: >> 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 > Thank you both! I am VERY happy that someone finally tracked this > down. This has been bugging me for a while, but I haven't had time to > figure out why it was happening. +1 cheers andrew -- Andrew Dunstan EDB: https://www.enterprisedb.com