pgsql: MSVC: Remove any tmp_check directory before running a TAP test s

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: MSVC: Remove any tmp_check directory before running a TAP test s
Date: 2018-08-19 08:15:15
Message-ID: E1frIrj-0006kY-8m@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

MSVC: Remove any tmp_check directory before running a TAP test suite.

Back-patch to v11, where commit 90627cf98a8e7d0531789391fd798c9bfcc3bc1a
made the GNU make build system do likewise. Without this, when a
typical PostgresNode-using test failed, subsequent runs bailed out with
a "File exists" error.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a53f0edd64d0b11abc4a87681ba85669ae90ce1f

Modified Files
--------------
src/tools/msvc/vcregress.pl | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2018-08-20 23:37:58 pgsql: Clarify comment about assignment and reset of temp namespace ID
Previous Message Peter Eisentraut 2018-08-18 20:08:56 pgsql: Improve error messages for CREATE OR REPLACE PROCEDURE