- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitbe471a9
committed
Current multi-byte related codes have a bug with SQL_ASCII
support. Included patches will solve it and should be applied toboth trees. Also, it fix the problem with \c command of psql whenswitching different encoding databases.Regression tests passed.--Tatsuo Ishiit-ishii@sra.co.jp1 parent4d7ffd4 commitbe471a9
2 files changed
+25
-3
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
487 | 487 |
| |
488 | 488 |
| |
489 | 489 |
| |
490 |
| - | |
| 490 | + | |
491 | 491 |
| |
492 | 492 |
| |
493 | 493 |
| |
494 | 494 |
| |
495 | 495 |
| |
496 | 496 |
| |
497 | 497 |
| |
| 498 | + | |
498 | 499 |
| |
499 | 500 |
| |
500 | 501 |
| |
|
Lines changed: 22 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
87 | 92 |
| |
88 | 93 |
| |
89 | 94 |
| |
| |||
1485 | 1490 |
| |
1486 | 1491 |
| |
1487 | 1492 |
| |
| 1493 | + | |
| 1494 | + | |
| 1495 | + | |
| 1496 | + | |
| 1497 | + | |
| 1498 | + | |
| 1499 | + | |
| 1500 | + | |
| 1501 | + | |
| 1502 | + | |
| 1503 | + | |
| 1504 | + | |
1488 | 1505 |
| |
1489 | 1506 |
| |
1490 | 1507 |
| |
| |||
2754 | 2771 |
| |
2755 | 2772 |
| |
2756 | 2773 |
| |
| 2774 | + | |
| 2775 | + | |
| 2776 | + | |
| 2777 | + | |
2757 | 2778 |
| |
2758 | 2779 |
| |
2759 | 2780 |
| |
|
0 commit comments
Comments
(0)