@@ -41,7 +41,6 @@ REM Delete files created with GenerateFiles() in Solution.pm
41
41
if exist src\include\pg_config.h del /q src\include\pg_config.h
42
42
if exist src\include\pg_config_ext.h del /q src\include\pg_config_ext.h
43
43
if exist src\include\pg_config_os.h del /q src\include\pg_config_os.h
44
- if %DIST% == 1 if exist src\backend\parser\gram.h del /q src\backend\parser\gram.h
45
44
if exist src\include\nodes\nodetags.h del /q src\include\nodes\nodetags.h
46
45
if exist src\include\utils\errcodes.h del /q src\include\utils\errcodes.h
47
46
if exist src\include\utils\fmgroids.h del /q src\include\utils\fmgroids.h
@@ -59,6 +58,9 @@ if %DIST%==1 if exist src\backend\utils\fmgrprotos.h del /q src\backend\utils\fm
59
58
if %DIST% == 1 if exist src\backend\utils\fmgrtab.c del /q src\backend\utils\fmgrtab.c
60
59
if %DIST% == 1 if exist src\backend\utils\fmgr-stamp del /q src\backend\utils\fmgr-stamp
61
60
if %DIST% == 1 if exist src\backend\utils\errcodes.h del /q src\backend\utils\errcodes.h
61
+ if %DIST% == 1 if exist src\backend\nodes\node-support-stamp del /q src\backend\nodes\node-support-stamp
62
+ if %DIST% == 1 for %%F IN (copy equal out queryjumble read) do if exist src\backend\nodes\%%F funcs.funcs.c del /q src\backend\nodes\%%F funcs.funcs.c
63
+ if %DIST% == 1 for %%F IN (copy equal out queryjumble read) do if exist src\backend\nodes\%%F funcs.switch.c del /q src\backend\nodes\%%F funcs.switch.c
62
64
if %DIST% == 1 if exist src\backend\nodes\nodetags.h del /q src\backend\nodes\nodetags.h
63
65
if %DIST% == 1 if exist src\backend\storage\lmgr\lwlocknames.c del /q src\backend\storage\lmgr\lwlocknames.c
64
66
if %DIST% == 1 if exist src\backend\storage\lmgr\lwlocknames.h del /q src\backend\storage\lmgr\lwlocknames.h
@@ -81,15 +83,20 @@ if %DIST%==1 if exist src\backend\catalog\pg_*_d.h del /q src\backend\catalog\pg
81
83
if %DIST% == 1 if exist src\backend\catalog\bki-stamp del /q src\backend\catalog\bki-stamp
82
84
if %DIST% == 1 if exist src\backend\parser\scan.c del /q src\backend\parser\scan.c
83
85
if %DIST% == 1 if exist src\backend\parser\gram.c del /q src\backend\parser\gram.c
86
+ if %DIST% == 1 if exist src\backend\parser\gram.h del /q src\backend\parser\gram.h
84
87
if %DIST% == 1 if exist src\backend\bootstrap\bootscanner.c del /q src\backend\bootstrap\bootscanner.c
85
88
if %DIST% == 1 if exist src\backend\bootstrap\bootparse.c del /q src\backend\bootstrap\bootparse.c
89
+ if %DIST% == 1 if exist src\backend\bootstrap\bootparse.h del /q src\backend\bootstrap\bootparse.h
86
90
if %DIST% == 1 if exist src\backend\utils\adt\jsonpath_gram.c del /q src\backend\utils\adt\jsonpath_gram.c
91
+ if %DIST% == 1 if exist src\backend\utils\adt\jsonpath_gram.h del /q src\backend\utils\adt\jsonpath_gram.h
87
92
if %DIST% == 1 if exist src\backend\utils\adt\jsonpath_scan.c del /q src\backend\utils\adt\jsonpath_scan.c
88
93
if %DIST% == 1 if exist src\backend\utils\misc\guc-file.c del /q src\backend\utils\misc\guc-file.c
89
94
if %DIST% == 1 if exist src\backend\replication\repl_scanner.c del /q src\backend\replication\repl_scanner.c
90
95
if %DIST% == 1 if exist src\backend\replication\repl_gram.c del /q src\backend\replication\repl_gram.c
96
+ if %DIST% == 1 if exist src\backend\replication\repl_gram.h del /q src\backend\replication\repl_gram.h
91
97
if %DIST% == 1 if exist src\backend\replication\syncrep_scanner.c del /q src\backend\replication\syncrep_scanner.c
92
98
if %DIST% == 1 if exist src\backend\replication\syncrep_gram.c del /q src\backend\replication\syncrep_gram.c
99
+ if %DIST% == 1 if exist src\backend\replication\syncrep_gram.h del /q src\backend\replication\syncrep_gram.h
93
100
94
101
95
102
if exist src\interfaces\libpq\libpqdll.def del /q src\interfaces\libpq\libpqdll.def
@@ -114,11 +121,15 @@ if %DIST%==1 if exist src\fe_utils\psqlscan.c del /q src\fe_utils\psqlscan.c
114
121
if %DIST% == 1 if exist src\bin\psql\psqlscanslash.c del /q src\bin\psql\psqlscanslash.c
115
122
if %DIST% == 1 if exist src\bin\pgbench\exprscan.c del /q src\bin\pgbench\exprscan.c
116
123
if %DIST% == 1 if exist src\bin\pgbench\exprparse.c del /q src\bin\pgbench\exprparse.c
124
+ if %DIST% == 1 if exist src\bin\pgbench\exprparse.h del /q src\bin\pgbench\exprparse.h
117
125
118
126
if %DIST% == 1 if exist contrib\cube\cubescan.c del /q contrib\cube\cubescan.c
119
127
if %DIST% == 1 if exist contrib\cube\cubeparse.c del /q contrib\cube\cubeparse.c
128
+ if %DIST% == 1 if exist contrib\cube\cubeparse.h del /q contrib\cube\cubeparse.h
129
+ if %DIST% == 1 if exist contrib\fuzzystrmatch\daitch_mokotoff.h del /q contrib\fuzzystrmatch\daitch_mokotoff.h
120
130
if %DIST% == 1 if exist contrib\seg\segscan.c del /q contrib\seg\segscan.c
121
131
if %DIST% == 1 if exist contrib\seg\segparse.c del /q contrib\seg\segparse.c
132
+ if %DIST% == 1 if exist contrib\seg\segparse.h del /q contrib\seg\segparse.h
122
133
123
134
if exist src\test\regress\tmp_check rd /s /q src\test\regress\tmp_check
124
135
if exist contrib\spi\refint.dll del /q contrib\spi\refint.dll
@@ -128,6 +139,7 @@ if exist src\test\regress\refint.dll del /q src\test\regress\refint.dll
128
139
if exist src\test\regress\autoinc.dll del /q src\test\regress\autoinc.dll
129
140
if %DIST% == 1 if exist src\test\isolation\specscanner.c del /q src\test\isolation\specscanner.c
130
141
if %DIST% == 1 if exist src\test\isolation\specparse.c del /q src\test\isolation\specparse.c
142
+ if %DIST% == 1 if exist src\test\isolation\specparse.h del /q src\test\isolation\specparse.h
131
143
132
144
for /d %%f in (contrib\* src\bin\* src\test\* src\test\modules\*
133
145
) do if exist %%f \tmp_check rd /s /q %%f \tmp_check
0 commit comments