Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4163588

Browse files
committed
MSVC: Clean tmp_check directory of pg_controldata test suite.
Back-patch to 9.4, where the suite was introduced.
1 parent 52f5d57 commit 4163588

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/msvc/clean.bat

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ if exist src\test\regress\autoinc.dll del /q src\test\regress\autoinc.dll
9292
if exist src\bin\initdb\tmp_check rd /s /q src\bin\initdb\tmp_check
9393
if exist src\bin\pg_basebackup\tmp_check rd /s /q src\bin\pg_basebackup\tmp_check
9494
if exist src\bin\pg_config\tmp_check rd /s /q src\bin\pg_config\tmp_check
95+
if exist src\bin\pg_controldata\tmp_check rd /s /q src\bin\pg_controldata\tmp_check
9596
if exist src\bin\pg_ctl\tmp_check rd /s /q src\bin\pg_ctl\tmp_check
9697
if exist src\bin\pg_rewind\tmp_check rd /s /q src\bin\pg_rewind\tmp_check
9798
if exist src\bin\pgbench\tmp_check rd /s /q src\bin\pgbench\tmp_check

0 commit comments

Comments
 (0)