@@ -41,7 +41,6 @@ REM Delete files created with GenerateFiles() in Solution.pm
41
41
if exist src\include\pg_config.hdel /q src\include\pg_config.h
42
42
if exist src\include\pg_config_ext.hdel /q src\include\pg_config_ext.h
43
43
if exist src\include\pg_config_os.hdel /q src\include\pg_config_os.h
44
- if %DIST% == 1 if exist src\backend\parser\gram.hdel /q src\backend\parser\gram.h
45
44
if exist src\include\nodes\nodetags.hdel /q src\include\nodes\nodetags.h
46
45
if exist src\include\utils\errcodes.hdel /q src\include\utils\errcodes.h
47
46
if exist src\include\utils\fmgroids.hdel /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.cdel /q src\backend\utils\fmgrtab.c
60
59
if %DIST% == 1 if exist src\backend\utils\fmgr-stampdel /q src\backend\utils\fmgr-stamp
61
60
if %DIST% == 1 if exist src\backend\utils\errcodes.hdel /q src\backend\utils\errcodes.h
61
+ if %DIST% == 1 if exist src\backend\nodes\node-support-stampdel /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.cdel /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.cdel /q src\backend\nodes\%%F funcs.switch.c
62
64
if %DIST% == 1 if exist src\backend\nodes\nodetags.hdel /q src\backend\nodes\nodetags.h
63
65
if %DIST% == 1 if exist src\backend\storage\lmgr\lwlocknames.cdel /q src\backend\storage\lmgr\lwlocknames.c
64
66
if %DIST% == 1 if exist src\backend\storage\lmgr\lwlocknames.hdel /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-stampdel /q src\backend\catalog\bki-stamp
82
84
if %DIST% == 1 if exist src\backend\parser\scan.cdel /q src\backend\parser\scan.c
83
85
if %DIST% == 1 if exist src\backend\parser\gram.cdel /q src\backend\parser\gram.c
86
+ if %DIST% == 1 if exist src\backend\parser\gram.hdel /q src\backend\parser\gram.h
84
87
if %DIST% == 1 if exist src\backend\bootstrap\bootscanner.cdel /q src\backend\bootstrap\bootscanner.c
85
88
if %DIST% == 1 if exist src\backend\bootstrap\bootparse.cdel /q src\backend\bootstrap\bootparse.c
89
+ if %DIST% == 1 if exist src\backend\bootstrap\bootparse.hdel /q src\backend\bootstrap\bootparse.h
86
90
if %DIST% == 1 if exist src\backend\utils\adt\jsonpath_gram.cdel /q src\backend\utils\adt\jsonpath_gram.c
91
+ if %DIST% == 1 if exist src\backend\utils\adt\jsonpath_gram.hdel /q src\backend\utils\adt\jsonpath_gram.h
87
92
if %DIST% == 1 if exist src\backend\utils\adt\jsonpath_scan.cdel /q src\backend\utils\adt\jsonpath_scan.c
88
93
if %DIST% == 1 if exist src\backend\utils\misc\guc-file.cdel /q src\backend\utils\misc\guc-file.c
89
94
if %DIST% == 1 if exist src\backend\replication\repl_scanner.cdel /q src\backend\replication\repl_scanner.c
90
95
if %DIST% == 1 if exist src\backend\replication\repl_gram.cdel /q src\backend\replication\repl_gram.c
96
+ if %DIST% == 1 if exist src\backend\replication\repl_gram.hdel /q src\backend\replication\repl_gram.h
91
97
if %DIST% == 1 if exist src\backend\replication\syncrep_scanner.cdel /q src\backend\replication\syncrep_scanner.c
92
98
if %DIST% == 1 if exist src\backend\replication\syncrep_gram.cdel /q src\backend\replication\syncrep_gram.c
99
+ if %DIST% == 1 if exist src\backend\replication\syncrep_gram.hdel /q src\backend\replication\syncrep_gram.h
93
100
94
101
95
102
if exist src\interfaces\libpq\libpqdll.defdel /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.cdel /q src\bin\psql\psqlscanslash.c
115
122
if %DIST% == 1 if exist src\bin\pgbench\exprscan.cdel /q src\bin\pgbench\exprscan.c
116
123
if %DIST% == 1 if exist src\bin\pgbench\exprparse.cdel /q src\bin\pgbench\exprparse.c
124
+ if %DIST% == 1 if exist src\bin\pgbench\exprparse.hdel /q src\bin\pgbench\exprparse.h
117
125
118
126
if %DIST% == 1 if exist contrib\cube\cubescan.cdel /q contrib\cube\cubescan.c
119
127
if %DIST% == 1 if exist contrib\cube\cubeparse.cdel /q contrib\cube\cubeparse.c
128
+ if %DIST% == 1 if exist contrib\cube\cubeparse.hdel /q contrib\cube\cubeparse.h
129
+ if %DIST% == 1 if exist contrib\fuzzystrmatch\daitch_mokotoff.hdel /q contrib\fuzzystrmatch\daitch_mokotoff.h
120
130
if %DIST% == 1 if exist contrib\seg\segscan.cdel /q contrib\seg\segscan.c
121
131
if %DIST% == 1 if exist contrib\seg\segparse.cdel /q contrib\seg\segparse.c
132
+ if %DIST% == 1 if exist contrib\seg\segparse.hdel /q contrib\seg\segparse.h
122
133
123
134
if exist src\test\regress\tmp_checkrd /s /q src\test\regress\tmp_check
124
135
if exist contrib\spi\refint.dlldel /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.dlldel /q src\test\regress\autoinc.dll
129
140
if %DIST% == 1 if exist src\test\isolation\specscanner.cdel /q src\test\isolation\specscanner.c
130
141
if %DIST% == 1 if exist src\test\isolation\specparse.cdel /q src\test\isolation\specparse.c
142
+ if %DIST% == 1 if exist src\test\isolation\specparse.hdel /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_checkrd /s /q%%f \tmp_check