forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commiteccead9
committed
Add support for ICU 4.2
Supporting ICU 4.2 seems useful because it ships with CentOS 6.Versions before ICU 4.6 don't support pkg-config, so document aninstallation method without using pkg-config.In ICU 4.2, ucol_getKeywordsForLocale() sometimes returns values thatwill not be accepted by uloc_toLanguageTag(). Skip loading keywordvariants in that version.Reported-by: Victor Wagner <vitus@wagner.pp.ru>1 parentf85f88b commiteccead9
File tree
2 files changed
+30
-3
lines changed- doc/src/sgml
- src/backend/commands
2 files changed
+30
-3
lines changedLines changed: 19 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
774 | 774 |
| |
775 | 775 |
| |
776 | 776 |
| |
777 |
| - | |
778 |
| - | |
779 | 777 |
| |
780 |
| - | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
781 | 797 |
| |
782 | 798 |
| |
783 | 799 |
| |
|
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
722 | 722 |
| |
723 | 723 |
| |
724 | 724 |
| |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
725 | 734 |
| |
| 735 | + | |
726 | 736 |
| |
727 | 737 |
| |
728 | 738 |
| |
| |||
769 | 779 |
| |
770 | 780 |
| |
771 | 781 |
| |
| 782 | + | |
772 | 783 |
| |
773 | 784 |
| |
774 | 785 |
| |
|
0 commit comments
Comments
(0)