pgsql: pg_upgrade: Don't use separate installation for test.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_upgrade: Don't use separate installation for test.
Date: 2019-05-21 22:07:48
Message-ID: E1hTCvE-0005LU-Ti@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_upgrade: Don't use separate installation for test.

For pg_upgrade's test we (unless prevented by the caller via via
NO_TEMP_INSTALL) built a separate installation. That causes an
unnecessary slowdown after the infrastructure introduced by
dcae5faccab (and unnecessarily duplicates code).

Author: Andres Freund
Reviewed-By: Tom Lane
Discussion:
https://postgr.es/m/20190521191918.z7kwnrlj45mk2k67@alap3.anarazel.de
https://postgr.es/m/20190521195209.qfzwfxvymguuwlu5@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7005389b2ad17258bc3aa0a2427c4eb77fed1d09

Modified Files
--------------
src/bin/pg_upgrade/Makefile | 14 ++------------
src/bin/pg_upgrade/test.sh | 30 +++---------------------------
2 files changed, 5 insertions(+), 39 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2019-05-22 03:08:37 pgsql: Implement PREPARE AS statement for ECPG.
Previous Message noreply 2019-05-21 21:08:14 pgsql: Tag refs/tags/REL_12_BETA1 was created