Remove analyze_new_cluster script from pg_upgrade
authorMagnus Hagander <magnus@hagander.net>
Mon, 9 Nov 2020 11:14:59 +0000 (12:14 +0100)
committerMagnus Hagander <magnus@hagander.net>
Mon, 9 Nov 2020 11:15:48 +0000 (12:15 +0100)
commit8f113698b63b15a4e0a4b15d3ee37238c1d1821d
treef3baa0860a188f48e5c597d6b0c520180d2705bc
parent7e84dd212040529de1811c7c97c996cc4e392015
Remove analyze_new_cluster script from pg_upgrade

Since this script just runs vacuumdb anyway, remove the script and
replace the instructions to run it with instructions to run vacuumdb
directly.

Reviewed-By: Michael Paquier
Discussion: https://postgr.es/m/CABUevEwg5LDFzthhxzSj7sZGMiVsZe0VVNbzzwTQOHJ=rN7+5A@mail.gmail.com
src/bin/pg_upgrade/.gitignore
src/bin/pg_upgrade/Makefile
src/bin/pg_upgrade/check.c
src/bin/pg_upgrade/pg_upgrade.c
src/bin/pg_upgrade/pg_upgrade.h
src/bin/pg_upgrade/test.sh
src/tools/msvc/vcregress.pl