clean up pg_upgrade tmp_check under MSVC
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 30 Apr 2018 16:43:57 +0000 (12:43 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 30 Apr 2018 16:43:57 +0000 (12:43 -0400)
src/tools/msvc/clean.bat

index b0524964fdf3e0701b8ed0ab12364903b9d6ec4a..3355bed1f1d80be7a686dd7c76929f2ca4b4f655 100755 (executable)
@@ -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