10000
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 52f5d57 commit 4163588Copy full SHA for 4163588
src/tools/msvc/clean.bat
@@ -92,6 +92,7 @@ if exist src\test\regress\autoinc.dll del /q src\test\regress\autoinc.dll
92
if exist src\bin\initdb\tmp_check rd /s /q src\bin\initdb\tmp_check
93
if exist src\bin\pg_basebackup\tmp_check rd /s /q src\bin\pg_basebackup\tmp_check
94
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
96
if exist src\bin\pg_ctl\tmp_check rd /s /q src\bin\pg_ctl\tmp_check
97
if exist src\bin\pg_rewind\tmp_check rd /s /q src\bin\pg_rewind\tmp_check
98
if exist src\bin\pgbench\tmp_check rd /s /q src\bin\pgbench\tmp_check
0 commit comments