pgsql: Remove REGRESS_OUTPUTDIR environment variable.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove REGRESS_OUTPUTDIR environment variable.
Date: 2022-02-13 23:54:31
Message-ID: E1nJOhL-0000oS-9E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove REGRESS_OUTPUTDIR environment variable.

Andres Freund points out that the tmp_check path is already available as
perl variable PostgreSQL::Test::Utils::tmp_check, so we can drop the new
environment variable introduced by commit f47ed79cc.

Discussion: https://postgr.es/m/20220213052955.dh7lheehit7bsemf%40alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7e6124ca7d81f4767a44bae487226bc8b003ec31

Modified Files
--------------
src/test/recovery/Makefile | 4 ----
src/test/recovery/t/027_stream_regress.pl | 2 +-
src/tools/msvc/vcregress.pl | 2 --
3 files changed, 1 insertion(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-02-14 00:02:29 Re: pgsql: Add suport for server-side LZ4 base backup compression.
Previous Message Tom Lane 2022-02-13 18:25:26 pgsql: Silence minor compiler warnings.