mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
clean up pg_upgrade tmp_check under MSVC
This commit is contained in:
parent
0146e32f9f
commit
bb779006f4
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue