8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0146e32 commit bb77900Copy full SHA for bb77900
src/tools/msvc/clean.bat
@@ -124,6 +124,7 @@ if exist src\bin\pg_config\tmp_check rd /s /q src\bin\pg_config\tmp_check
124
if exist src\bin\pg_controldata\tmp_check rd /s /q src\bin\pg_controldata\tmp_check
125
if exist src\bin\pg_ctl\tmp_check rd /s /q src\bin\pg_ctl\tmp_check
126
if exist src\bin\pg_rewind\tmp_check rd /s /q src\bin\pg_rewind\tmp_check
127
+if exist src\bin\pg_upgrade\tmp_check rd /s /q src\bin\pg_upgrade\tmp_check
128
if exist src\bin\pgbench\tmp_check rd /s /q src\bin\pgbench\tmp_check
129
if exist src\bin\scripts\tmp_check rd /s /q src\bin\scripts\tmp_check
130
if exist src\test\recovery\tmp_check rd /s /q src\test\recovery\tmp_check
0 commit comments