forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit97cf1fa
committed
Assume that we have <wchar.h>.
Windows has this, and so do all other live platforms according to thebuildfarm; it's been required by POSIX since SUSv2. So remove theconfigure probe and tests of HAVE_WCHAR_H.This is part of a series of commits to get rid of no-longer-relevantconfigure checks and dead src/port/ code. I'm committing them separatelyto make it easier to back out individual changes if they prove lessportable than I expect.Discussion:https://postgr.es/m/15379.1582221614@sss.pgh.pa.us1 parent481c8e9 commit97cf1fa
File tree
7 files changed
+4
-15
lines changed- src
- backend/utils/adt
- include
- regex
- tsearch
- tools/msvc
7 files changed
+4
-15
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12762 | 12762 |
| |
12763 | 12763 |
| |
12764 | 12764 |
| |
12765 |
| - | |
| 12765 | + | |
12766 | 12766 |
| |
12767 | 12767 |
| |
12768 | 12768 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1300 | 1300 |
| |
1301 | 1301 |
| |
1302 | 1302 |
| |
1303 |
| - | |
1304 | 1303 |
| |
1305 | 1304 |
| |
1306 | 1305 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
| 75 | + | |
76 | 76 |
| |
77 |
| - | |
78 | 77 |
| |
79 |
| - | |
80 | 78 |
| |
81 | 79 |
| |
82 | 80 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
677 | 677 |
| |
678 | 678 |
| |
679 | 679 |
| |
680 |
| - | |
681 |
| - | |
682 |
| - | |
683 | 680 |
| |
684 | 681 |
| |
685 | 682 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 |
| - | |
49 | 48 |
| |
50 |
| - | |
51 | 49 |
| |
52 | 50 |
| |
53 | 51 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 |
| - | |
26 | 25 |
| |
27 |
| - | |
28 | 26 |
| |
29 | 27 |
| |
30 | 28 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
396 | 396 |
| |
397 | 397 |
| |
398 | 398 |
| |
399 |
| - | |
400 | 399 |
| |
401 | 400 |
| |
402 | 401 |
| |
|
0 commit comments
Comments
(0)