- Notifications
You must be signed in to change notification settings - Fork5
Commit64737e9
committed
Get rid of the need for manual maintenance of the initial contents of
pg_attribute, by having genbki.pl derive the information from the variouscatalog header files. This greatly simplifies modification of the"bootstrapped" catalogs.This patch finally kills genbki.sh and Gen_fmgrtab.sh; we now rely entirely onPerl scripts for those build steps. To avoid creating a Perl build dependencywhere there was not one before, the output files generated by these scriptsare now treated as distprep targets, ie, they will be built and shipped intarballs. But you will need a reasonably modern Perl (probably at least5.6) if you want to build from a CVS pull.The changes to the MSVC build process are untested, and may well break ---we'll soon find out from the buildfarm.John Naylor, based on ideas from Robert Haas and others1 parentfc09fb7 commit64737e9
File tree
66 files changed
+929
-1499
lines changed- doc/src/sgml
- src
- backend
- catalog
- utils
- cache
- include
- catalog
- interfaces/ecpg/ecpglib
- tools/msvc
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
66 files changed
+929
-1499
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 |
| - | |
26 |
| - | |
| 25 | + | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
Lines changed: 14 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 |
| - | |
| 128 | + | |
129 | 129 |
| |
130 |
| - | |
131 |
| - | |
| 130 | + | |
| 131 | + | |
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
| |||
266 | 266 |
| |
267 | 267 |
| |
268 | 268 |
| |
269 |
| - | |
| 269 | + | |
270 | 270 |
| |
271 | 271 |
| |
272 | 272 |
| |
| |||
310 | 310 |
| |
311 | 311 |
| |
312 | 312 |
| |
313 |
| - | |
| 313 | + | |
314 | 314 |
| |
315 | 315 |
| |
316 | 316 |
| |
| |||
456 | 456 |
| |
457 | 457 |
| |
458 | 458 |
| |
459 |
| - | |
| 459 | + | |
460 | 460 |
| |
461 | 461 |
| |
462 | 462 |
| |
| |||
581 | 581 |
| |
582 | 582 |
| |
583 | 583 |
| |
584 |
| - | |
| 584 | + | |
585 | 585 |
| |
586 | 586 |
| |
587 | 587 |
| |
| |||
943 | 943 |
| |
944 | 944 |
| |
945 | 945 |
| |
946 |
| - | |
| 946 | + | |
947 | 947 |
| |
948 | 948 |
| |
949 | 949 |
| |
| |||
952 | 952 |
| |
953 | 953 |
| |
954 | 954 |
| |
955 |
| - | |
| 955 | + | |
956 | 956 |
| |
957 | 957 |
| |
958 | 958 |
| |
| |||
1381 | 1381 |
| |
1382 | 1382 |
| |
1383 | 1383 |
| |
1384 |
| - | |
| 1384 | + | |
1385 | 1385 |
| |
1386 | 1386 |
| |
1387 | 1387 |
| |
| |||
1635 | 1635 |
| |
1636 | 1636 |
| |
1637 | 1637 |
| |
1638 |
| - | |
| 1638 | + | |
1639 | 1639 |
| |
1640 | 1640 |
| |
1641 | 1641 |
| |
| |||
1887 | 1887 |
| |
1888 | 1888 |
| |
1889 | 1889 |
| |
1890 |
| - | |
| 1890 | + | |
1891 | 1891 |
| |
1892 | 1892 |
| |
1893 | 1893 |
| |
| |||
2678 | 2678 |
| |
2679 | 2679 |
| |
2680 | 2680 |
| |
2681 |
| - | |
| 2681 | + | |
2682 | 2682 |
| |
2683 | 2683 |
| |
2684 | 2684 |
| |
|
Lines changed: 37 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 |
| - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
115 | 121 |
| |
116 | 122 |
| |
117 | 123 |
| |
| |||
127 | 133 |
| |
128 | 134 |
| |
129 | 135 |
| |
130 |
| - | |
| 136 | + | |
131 | 137 |
| |
132 | 138 |
| |
133 | 139 |
| |
| |||
136 | 142 |
| |
137 | 143 |
| |
138 | 144 |
| |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
139 | 152 |
| |
140 | 153 |
| |
141 | 154 |
| |
142 | 155 |
| |
143 | 156 |
| |
144 | 157 |
| |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
145 | 163 |
| |
146 |
| - | |
147 |
| - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
148 | 167 |
| |
149 | 168 |
| |
150 | 169 |
| |
| |||
160 | 179 |
| |
161 | 180 |
| |
162 | 181 |
| |
| 182 | + | |
| 183 | + | |
163 | 184 |
| |
164 | 185 |
| |
165 | 186 |
| |
| |||
243 | 264 |
| |
244 | 265 |
| |
245 | 266 |
| |
246 |
| - | |
247 |
| - | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
248 | 271 |
| |
249 | 272 |
| |
250 | 273 |
| |
| |||
261 | 284 |
| |
262 | 285 |
| |
263 | 286 |
| |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
264 | 293 |
| |
265 | 294 |
| |
266 | 295 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + |
0 commit comments
Comments
(0)