Re: pg_upgrade should truncate/remove its logs before running
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: Peter Eisentraut <peter.eisentraut@enterprisedb.com>, Tom Lane <tgl@sss.pgh.pa.us>, Daniel Gustafsson <daniel@yesql.se>, Andrew Dunstan <andrew@dunslane.net>, Bruce Momjian <bruce@momjian.us>, pgsql-hackers@lists.postgresql.org
Date: 2022-01-26T00:44:48Z
Lists: pgsql-hackers
On Tue, Jan 25, 2022 at 10:45:29AM -0600, Justin Pryzby wrote: > Andrew: you wanted to accommodate any change on the build client, right ? Yes, this is going to need an adjustment of @logfiles in TestUpgrade.pm, with the addition of "$tmp_data_dir/pg_update_output.d/log/*.log" to be consistent with the data fetched for the tests of older branches. -- Michael
Commits
-
pg_upgrade: Move all the files generated internally to a subdirectory
- 38bfae365266 15.0 landed