Re: pg_upgrade analyze script
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Magnus Hagander <magnus@hagander.net>
Cc: Georgios Kokolatos <gkokolatos@protonmail.com>, PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2020-11-09T07:53:41Z
Lists: pgsql-hackers
On Mon, Nov 02, 2020 at 02:18:32PM +0100, Magnus Hagander wrote:
> On Fri, Oct 30, 2020 at 5:10 PM Georgios Kokolatos
> <gkokolatos@protonmail.com> wrote:
>> I did notice that the cfbot [1] is failing for this patch.
>> Please try to address the issues for the upcoming Commitfest.
>
> Thanks for the notice -- PFA a rebased version!
No objections to remove this script from me.
I have spotted one small-ish thing. This patch is missing to update
the following code in vcregress.pl:
print "\nSetting up stats on new cluster\n\n";
system(".\\analyze_new_cluster.bat") == 0 or exit 1;
--
Michael
Commits
-
Remove vacuumdb --analyze-in-stages from pg_upgrade tests
- 1e12a495b474 14.0 landed
-
Remove analyze_new_cluster script from pg_upgrade
- 8f113698b63b 14.0 landed