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 5c49731 commit 78e3293Copy full SHA for 78e3293
src/tools/msvc/clean.bat
@@ -78,6 +78,7 @@ if exist src\test\regress\autoinc.dll del /q src\test\regress\autoinc.dll
78
if exist src\bin\initdb\tmp_check rd /s /q src\bin\initdb\tmp_check
79
if exist src\bin\pg_basebackup\tmp_check rd /s /q src\bin\pg_basebackup\tmp_check
80
if exist src\bin\pg_config\tmp_check rd /s /q src\bin\pg_config\tmp_check
81
+if exist src\bin\pg_controldata\tmp_check rd /s /q src\bin\pg_controldata\tmp_check
82
if exist src\bin\pg_ctl\tmp_check rd /s /q src\bin\pg_ctl\tmp_check
83
if exist src\bin\scripts\tmp_check rd /s /q src\bin\scripts\tmp_check
84
0 commit comments