clean up pg_upgrade tmp_check under MSVC

This commit is contained in:
Andrew Dunstan 2018-04-30 12:43:57 -04:00
parent 0146e32f9f
commit bb779006f4

View File

@ -124,6 +124,7 @@ if exist src\bin\pg_config\tmp_check rd /s /q src\bin\pg_config\tmp_check
if exist src\bin\pg_controldata\tmp_check rd /s /q src\bin\pg_controldata\tmp_check
if exist src\bin\pg_ctl\tmp_check rd /s /q src\bin\pg_ctl\tmp_check
if exist src\bin\pg_rewind\tmp_check rd /s /q src\bin\pg_rewind\tmp_check
if exist src\bin\pg_upgrade\tmp_check rd /s /q src\bin\pg_upgrade\tmp_check
if exist src\bin\pgbench\tmp_check rd /s /q src\bin\pgbench\tmp_check
if exist src\bin\scripts\tmp_check rd /s /q src\bin\scripts\tmp_check
if exist src\test\recovery\tmp_check rd /s /q src\test\recovery\tmp_check