forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitceaeac5
committed
Fix minor issues with new unicode {de,re}composition code
The table generation script would incorrectly complain in therecomposition sorting when matching code points. This would not havecaused the generation of an incorrect table. Note that this conditionis not reachable yet, but could have been reached with future updates.pg_bswap.h does not need to be included in the frontend.xAuthor: John NaylorDiscussion:https://postgr.es/m/CAFBsxsGWmExpvv=61vtDKCs7+kBbhkwBDL2Ph9CacziFKnV_yw@mail.gmail.com1 parent7577dd8 commitceaeac5
File tree
2 files changed
+2
-2
lines changed- src/common
- unicode
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
400 | 400 |
| |
401 | 401 |
| |
402 | 402 |
| |
403 |
| - | |
| 403 | + | |
404 | 404 |
| |
405 | 405 |
| |
406 | 406 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| 25 | + | |
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
28 |
| - | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
0 commit comments
Comments
(0)