forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit362a0f6
committed
The check of class string in configure (line 1732) fails because this class
is in <string> and not in <string.h> on QNX4/egcs-2.91.60.Probably this can be changed for all platforms. The test in line 1705 uses<string> as well. Because I am not sure, I havn't this included into thepatch.doc/Makefile has to be sligthly modified as it has been done forsrc/backend/Makefile due to a QNX4 problem (patch attached)Furthermore src/test/regress/run_check.sh needs to be patched as it has beendone for regress.sh (patch attached). Please note that in the patch thepostmaster is started always with the -i option.run_check.sh reports the test "limit" as failed, but in reallity it is OK.regress.sh reports it as OK.Andreas Kardos1 parenta8020a7 commit362a0f6
2 files changed
+15
-7
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
|
Lines changed: 12 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
192 | 192 |
| |
193 | 193 |
| |
194 | 194 |
| |
195 |
| - | |
| 195 | + | |
196 | 196 |
| |
197 | 197 |
| |
198 | 198 |
| |
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
| 242 | + | |
242 | 243 |
| |
243 | 244 |
| |
244 | 245 |
| |
245 | 246 |
| |
246 | 247 |
| |
247 | 248 |
| |
248 | 249 |
| |
| 250 | + | |
249 | 251 |
| |
250 | 252 |
| |
251 | 253 |
| |
| |||
255 | 257 |
| |
256 | 258 |
| |
257 | 259 |
| |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
258 | 266 |
| |
259 | 267 |
| |
260 | 268 |
| |
| |||
434 | 442 |
| |
435 | 443 |
| |
436 | 444 |
| |
437 |
| - | |
| 445 | + | |
438 | 446 |
| |
439 |
| - | |
| 447 | + | |
440 | 448 |
| |
441 | 449 |
| |
442 | 450 |
| |
|
0 commit comments
Comments
(0)