- Notifications
You must be signed in to change notification settings - Fork5
Commit4b362c6
committed
Avoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and FLOAT8PASSBYVAL into
the postgres.bki file during build, because we want that file to be entirelyplatform- and configuration-independent; else it can't safely be put into/usr/share on multiarch machines. We can do the substitution during initdb,instead. FLOAT4PASSBYVAL and FLOAT8PASSBYVAL are new breakage as of 8.4,while the NAMEDATALEN hazard has been there all along but I guess no onetripped over it. Noticed while trying to build "universal" OS X binaries.1 parenta1c6923 commit4b362c6
3 files changed
+21
-39
lines changedLines changed: 7 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 |
| - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
125 | 114 |
| |
126 | 115 |
| |
127 | 116 |
| |
| |||
172 | 161 |
| |
173 | 162 |
| |
174 | 163 |
| |
175 |
| - | |
176 |
| - | |
177 |
| - | |
178 | 164 |
| |
179 | 165 |
| |
180 | 166 |
| |
|
Lines changed: 13 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| |||
1313 | 1313 |
| |
1314 | 1314 |
| |
1315 | 1315 |
| |
| 1316 | + | |
1316 | 1317 |
| |
1317 | 1318 |
| |
1318 | 1319 |
| |
| |||
1337 | 1338 |
| |
1338 | 1339 |
| |
1339 | 1340 |
| |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
1340 | 1352 |
| |
1341 | 1353 |
| |
1342 | 1354 |
| |
|
Lines changed: 1 addition & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 | 36 |
| |
50 | 37 |
| |
51 | 38 |
| |
| |||
78 | 65 |
| |
79 | 66 |
| |
80 | 67 |
| |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 | 68 |
| |
85 | 69 |
| |
86 | 70 |
| |
|
0 commit comments
Comments
(0)