mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
MSVC: Clean tmp_check directory of pg_controldata test suite.
Back-patch to 9.4, where the suite was introduced.
This commit is contained in:
@ -92,6 +92,7 @@ if exist src\test\regress\autoinc.dll del /q src\test\regress\autoinc.dll
|
||||
if exist src\bin\initdb\tmp_check rd /s /q src\bin\initdb\tmp_check
|
||||
if exist src\bin\pg_basebackup\tmp_check rd /s /q src\bin\pg_basebackup\tmp_check
|
||||
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\pgbench\tmp_check rd /s /q src\bin\pgbench\tmp_check
|
||||
|
Reference in New Issue
Block a user