forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite5b6b0e
committed
Add new configure option "--enable-uniconv" that enables automatic
code conversion between Unicode and other encodings. Note thatthis option requires --enable-multibyte also.The reason why this is optional is that the feature requires hugemapping tables and I don't think every user need the feature.1 parentdd9dcd5 commite5b6b0e
2 files changed
+12
-1
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
201 | 201 |
| |
202 | 202 |
| |
203 | 203 |
| |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
204 | 212 |
| |
205 | 213 |
| |
206 | 214 |
| |
|
Lines changed: 4 additions & 1 deletion
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 | + | |
| 46 | + | |
| 47 | + | |
45 | 48 |
| |
46 | 49 |
| |
47 | 50 |
| |
|
0 commit comments
Comments
(0)