Teach pg_upgrade test to honor NO_TEMP_INSTALL

From: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Teach pg_upgrade test to honor NO_TEMP_INSTALL
Date: 2019-03-30 20:42:16
Message-ID: 5506b8fa-7dad-8483-053c-7ca7ef04f01a@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On some machines (*cough* Mingw *cough*) installs are very slow. We've
ameliorated this by allowing temp installs to be reused, but the
pg_upgrade Makefile never got the message. Here's a patch that does
that. I'd like to backpatch it, at least to 9.5 where we switched the
pg_upgrade location. The risk seems appropriately low and it only
affects our test regime.

cheers

andrew

--
Andrew Dunstan https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
pg_upgrade_no_temp_install.patch text/x-patch 1.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2019-03-30 20:58:37 Re: Compressed TOAST Slicing
Previous Message Andres Freund 2019-03-30 20:17:20 Re: Enable data checksums by default