forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit634a89c
committed
Remove configure probe for wctype.h.
This header is present in SUSv2 and Windows.Also remove the inclusion of <wchar.h>, following clues that it was onlyincluded for the benefit of historical systems that didn't have<wctype.h>.Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/CA%2BhUKGKAmTgbg_hMiGG5T7pkpzOnY1cWFAHYtZXHCpqeC_hCkA%40mail.gmail.com1 parenta3b8d2a commit634a89c
File tree
7 files changed
+2
-31
lines changed- src
- backend/utils/adt
- include
- regex
- tsearch
- tools/msvc
7 files changed
+2
-31
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13875 | 13875 |
| |
13876 | 13876 |
| |
13877 | 13877 |
| |
13878 |
| - | |
| 13878 | + | |
13879 | 13879 |
| |
13880 | 13880 |
| |
13881 | 13881 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1469 | 1469 |
| |
1470 | 1470 |
| |
1471 | 1471 |
| |
1472 |
| - | |
1473 | 1472 |
| |
1474 | 1473 |
| |
1475 | 1474 |
| |
|
Lines changed: 0 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 | 72 |
| |
80 |
| - | |
81 | 73 |
| |
82 | 74 |
| |
83 | 75 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
700 | 700 |
| |
701 | 701 |
| |
702 | 702 |
| |
703 |
| - | |
704 |
| - | |
705 |
| - | |
706 | 703 |
| |
707 | 704 |
| |
708 | 705 |
| |
|
Lines changed: 0 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 | 43 |
| |
51 |
| - | |
52 | 44 |
| |
53 | 45 |
| |
54 | 46 |
| |
|
Lines changed: 1 addition & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 | 23 |
| |
32 | 24 |
| |
33 | 25 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
426 | 426 |
| |
427 | 427 |
| |
428 | 428 |
| |
429 |
| - | |
430 | 429 |
| |
431 | 430 |
| |
432 | 431 |
| |
|
0 commit comments
Comments
(0)