File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
@ echo off
2
- REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.12 2008/06/24 01:15:36 tgl Exp $
2
+ REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.13 2008/08/18 13:42:49 mha Exp $
3
3
4
4
set DIST = 0
5
5
if " %1 " == " dist" set DIST = 1
@@ -20,6 +20,7 @@ if exist src\include\pg_config.h del /q src\include\pg_config.h
20
20
if exist src\include\pg_config_os.h del /q src\include\pg_config_os.h
21
21
if %DIST% == 1 if exist src\backend\parser\parse.h del /q src\backend\parser\parse.h
22
22
if exist src\include\utils\fmgroids.h del /q src\include\utils\fmgroids.h
23
+ if exist src\include\utils\probes.h del /q src\include\utils\probes.h
23
24
24
25
if exist src\backend\utils\fmgroids.h del /q src\backend\utils\fmgroids.h
25
26
if exist src\backend\utils\fmgrtab.c del /q src\backend\utils\fmgrtab.c
You can’t perform that action at this time.
0 commit comments