From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Remove analyze_new_cluster script from pg_upgrade |
Date: | 2020-11-09 11:17:58 |
Message-ID: | E1kc5BO-0001uq-L3@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/8f113698b63b15a4e0a4b15d3ee37238c1d1821d
Modified Files
--------------
src/bin/pg_upgrade/.gitignore | 2 -
src/bin/pg_upgrade/Makefile | 2 +-
src/bin/pg_upgrade/check.c | 101 ++++++----------------------------------
src/bin/pg_upgrade/pg_upgrade.c | 6 +--
src/bin/pg_upgrade/pg_upgrade.h | 4 +-
src/bin/pg_upgrade/test.sh | 8 +---
src/tools/msvc/vcregress.pl | 3 +-
7 files changed, 20 insertions(+), 106 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2020-11-09 11:53:01 | pgsql: Translation updates |
Previous Message | Magnus Hagander | 2020-11-09 09:39:26 | pgsql: Remove incorrect %s in string |