]> granicus.if.org Git - postgresql/commit
pg_upgrade: Don't use separate installation for test.
authorAndres Freund <andres@anarazel.de>
Tue, 21 May 2019 21:56:29 +0000 (14:56 -0700)
committerAndres Freund <andres@anarazel.de>
Tue, 21 May 2019 22:03:53 +0000 (15:03 -0700)
commit7005389b2ad17258bc3aa0a2427c4eb77fed1d09
tree4081451d7faa4c9a397542557ee085ed5e9ec295
parent8e719d33fd253fc378871ba4dbf2de41fd2ba462
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
src/bin/pg_upgrade/Makefile
src/bin/pg_upgrade/test.sh