forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit58a031f
committed
Make configure probe for mbstowcs_l as well as wcstombs_l.
We previously supposed that any given platform would supply both or neitherof these functions, so that one configure test would be sufficient. It nowappears that at least on AIX this is not the case ... which is likely anAIX bug, but nonetheless we need to cope with it. So use separate tests.Per bug #6758; thanks to Andrew Hastie for doing the followup testingneeded to confirm what was happening.Backpatch to 9.1, where we began using these functions.1 parentfe811ae commit58a031f
File tree
5 files changed
+12
-5
lines changed- src
- backend/utils/adt
- include
5 files changed
+12
-5
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19244 | 19244 |
| |
19245 | 19245 |
| |
19246 | 19246 |
| |
19247 |
| - | |
| 19247 | + | |
| 19248 | + | |
19248 | 19249 |
| |
19249 | 19250 |
| |
19250 | 19251 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1200 | 1200 |
| |
1201 | 1201 |
| |
1202 | 1202 |
| |
1203 |
| - | |
| 1203 | + | |
1204 | 1204 |
| |
1205 | 1205 |
| |
1206 | 1206 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1206 | 1206 |
| |
1207 | 1207 |
| |
1208 | 1208 |
| |
1209 |
| - | |
| 1209 | + | |
1210 | 1210 |
| |
1211 | 1211 |
| |
1212 |
| - | |
| 1212 | + | |
1213 | 1213 |
| |
1214 | 1214 |
| |
1215 | 1215 |
| |
1216 | 1216 |
| |
1217 | 1217 |
| |
1218 | 1218 |
| |
1219 |
| - | |
| 1219 | + | |
1220 | 1220 |
| |
1221 | 1221 |
| |
1222 | 1222 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
333 | 333 |
| |
334 | 334 |
| |
335 | 335 |
| |
| 336 | + | |
| 337 | + | |
| 338 | + | |
336 | 339 |
| |
337 | 340 |
| |
338 | 341 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
249 | 249 |
| |
250 | 250 |
| |
251 | 251 |
| |
| 252 | + | |
| 253 | + | |
| 254 | + | |
252 | 255 |
| |
253 | 256 |
| |
254 | 257 |
| |
|
0 commit comments
Comments
(0)