@@ -34,6 +34,7 @@ if exist src\timezone\win32ver.rc del /q src\timezone\win32ver.rc
34
34
for /d%%f in (src\interfaces\ecpg\*)do if exist %%f \win32ver.rcdel /q%%f \win32ver.rc
35
35
for /d%%f in (contrib\*)do if exist %%f \win32ver.rcdel /q%%f \win32ver.rc
36
36
for /d%%f in (src\backend\utils\mb\conversion_procs\*)do if exist %%f \win32ver.rcdel /q%%f \win32ver.rc
37
+ for /d%%f in (src\test\modules\*)do if exist %%f \win32ver.rcdel /q%%f \win32ver.rc
37
38
38
39
REM Delete files created with GenerateFiles() in Solution.pm
39
40
if exist src\include\pg_config.hdel /q src\include\pg_config.h
@@ -44,11 +45,24 @@ if %DIST%==1 if exist src\backend\parser\gram.h del /q src\backend\parser\gram.h
44
45
if exist src\include\utils\errcodes.hdel /q src\include\utils\errcodes.h
45
46
if exist src\include\utils\fmgroids.hdel /q src\include\utils\fmgroids.h
46
47
if exist src\include\utils\fmgrprotos.hdel /q src\include\utils\fmgrprotos.h
48
+ if exist src\include\storage\lwlocknames.hdel /q src\include\storage\lwlocknames.h
47
49
if exist src\include\utils\probes.hdel /q src\include\utils\probes.h
50
+ if exist src\include\catalog\schemapg.hdel /q src\include\catalog\schemapg.h
51
+ if exist doc\src\sgml\version.sgmldel /q doc\src\sgml\version.sgml
48
52
49
53
if %DIST% == 1 if exist src\backend\utils\fmgroids.hdel /q src\backend\utils\fmgroids.h
50
54
if %DIST% == 1 if exist src\backend\utils\fmgrprotos.hdel /q src\backend\utils\fmgrprotos.h
51
55
if %DIST% == 1 if exist src\backend\utils\fmgrtab.cdel /q src\backend\utils\fmgrtab.c
56
+ if %DIST% == 1 if exist src\backend\storage\lmgr\lwlocknames.cdel /q src\backend\storage\lmgr\lwlocknames.c
57
+ if %DIST% == 1 if exist src\backend\storage\lmgr\lwlocknames.hdel /q src\backend\storage\lmgr\lwlocknames.h
58
+ if %DIST% == 1 if exist src\pl\plpython\spiexceptions.hdel /q src\pl\plpython\spiexceptions.h
59
+ if %DIST% == 1 if exist src\backend\utils\errcodes.hdel /q src\backend\utils\errcodes.h
60
+ if %DIST% == 1 if exist src\pl\plpgsql\src\plerrcodes.hdel /q src\pl\plpgsql\src\plerrcodes.h
61
+ if %DIST% == 1 if exist src\pl\tcl\pltclerrcodes.hdel /q src\pl\tcl\pltclerrcodes.h
62
+ if %DIST% == 1 if exist src\backend\utils\sort\qsort_tuple.cdel /q src\backend\utils\sort\qsort_tuple.c
63
+ if %DIST% == 1 if exist src\bin\psql\sql_help.cdel /q src\bin\psql\sql_help.c
64
+ if %DIST% == 1 if exist src\bin\psql\sql_help.hdel /q src\bin\psql\sql_help.h
65
+ if %DIST% == 1 if exist src\interfaces\ecpg\preproc\preproc.ydel /q src\interfaces\ecpg\preproc\preproc.y
52
66
if %DIST% == 1 if exist src\backend\catalog\postgres.bkidel /q src\backend\catalog\postgres.bki
53
67
if %DIST% == 1 if exist src\backend\catalog\postgres.descriptiondel /q src\backend\catalog\postgres.description
54
68
if %DIST% == 1 if exist src\backend\catalog\postgres.shdescriptiondel /q src\backend\catalog\postgres.shdescription
@@ -58,10 +72,12 @@ if %DIST%==1 if exist src\backend\parser\gram.c del /q src\backend\parser\gram.c
58
72
if %DIST% == 1 if exist src\backend\bootstrap\bootscanner.cdel /q src\backend\bootstrap\bootscanner.c
59
73
if %DIST% == 1 if exist src\backend\bootstrap\bootparse.cdel /q src\backend\bootstrap\bootparse.c
60
74
if %DIST% == 1 if exist src\backend\utils\misc\guc-file.cdel /q src\backend\utils\misc\guc-file.c
75
+ if %DIST% == 1 if exist src\backend\replication\repl_scanner.cdel /q src\backend\replication\repl_scanner.c
76
+ if %DIST% == 1 if exist src\backend\replication\repl_gram.cdel /q src\backend\replication\repl_gram.c
77
+ if %DIST% == 1 if exist src\backend\replication\syncrep_scanner.cdel /q src\backend\replication\syncrep_scanner.c
78
+ if %DIST% == 1 if exist src\backend\replication\syncrep_gram.cdel /q src\backend\replication\syncrep_gram.c
61
79
62
80
63
- if exist src\bin\psql\sql_help.hdel /q src\bin\psql\sql_help.h
64
-
65
81
if exist src\interfaces\libpq\libpq.rcdel /q src\interfaces\libpq\libpq.rc
66
82
if exist src\interfaces\libpq\libpqdll.defdel /q src\interfaces\libpq\libpqdll.def
67
83
if exist src\interfaces\ecpg\compatlib\compatlib.defdel /q src\interfaces\ecpg\compatlib\compatlib.def
@@ -74,12 +90,17 @@ if %DIST%==1 if exist src\interfaces\ecpg\preproc\preproc.h del /q src\interface
74
90
75
91
if exist src\port\pg_config_paths.hdel /q src\port\pg_config_paths.h
76
92
77
- if exist src\pl\plperl\spi.cdel /q src\pl\plperl\spi.c
93
+ if exist src\pl\plperl\SPI.cdel /q src\pl\plperl\SPI.c
94
+ if exist src\pl\plperl\Util.cdel /q src\pl\plperl\Util.c
95
+ if exist src\pl\plperl\perlchunks.hdel /q src\pl\plperl\perlchunks.h
96
+ if exist src\pl\plperl\plperl_opmask.hdel /q src\pl\plperl\plperl_opmask.h
78
97
if %DIST% == 1 if exist src\pl\plpgsql\src\pl_gram.cdel /q src\pl\plpgsql\src\pl_gram.c
79
98
if %DIST% == 1 if exist src\pl\plpgsql\src\pl_gram.hdel /q src\pl\plpgsql\src\pl_gram.h
80
99
81
100
if %DIST% == 1 if exist src\fe_utils\psqlscan.cdel /q src\fe_utils\psqlscan.c
82
101
if %DIST% == 1 if exist src\bin\psql\psqlscanslash.cdel /q src\bin\psql\psqlscanslash.c
102
+ if %DIST% == 1 if exist src\bin\pgbench\exprscan.cdel /q src\bin\pgbench\exprscan.c
103
+ if %DIST% == 1 if exist src\bin\pgbench\exprparse.cdel /q src\bin\pgbench\exprparse.c
83
104
84
105
if %DIST% == 1 if exist contrib\cube\cubescan.cdel /q contrib\cube\cubescan.c
85
106
if %DIST% == 1 if exist contrib\cube\cubeparse.cdel /q contrib\cube\cubeparse.c
@@ -92,6 +113,8 @@ if exist contrib\spi\autoinc.dll del /q contrib\spi\autoinc.dll
92
113
if exist src\test\regress\regress.dlldel /q src\test\regress\regress.dll
93
114
if exist src\test\regress\refint.dlldel /q src\test\regress\refint.dll
94
115
if exist src\test\regress\autoinc.dlldel /q src\test\regress\autoinc.dll
116
+ if %DIST% == 1 if exist src\test\isolation\specscanner.cdel /q src\test\isolation\specscanner.c
117
+ if %DIST% == 1 if exist src\test\isolation\specparse.cdel /q src\test\isolation\specparse.c
95
118
96
119
if exist src\bin\initdb\tmp_checkrd /s /q src\bin\initdb\tmp_check
97
120
if exist src\bin\pg_basebackup\tmp_checkrd /s /q src\bin\pg_basebackup\tmp_check