forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9f12a3b
committed
Tolerate version lookup failure for old style Windows locale names.
Accept that we can't get versions for such locale names for now. Userswill need to specify the newer language tag format to enable thecollation versioning feature. It's not clear that we can do automaticconversion from the old style to the new style reliably enough for thispurpose.Unfortunately, this means that collation versioning probably won't workfor the default collation unless you provide something like en-US atinitdb or CREATE DATABASE time (though, for reasons not yet understood,it does seem to work on some systems). It'd be nice to find a bettersolution, or document this quirk if we settle on it, but this shouldunbreak the 3 failing build farm animals in the meantime.Reviewed-by: David Rowley <dgrowleyml@gmail.com>Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/CAEepm%3D0uEQCpfq_%2BLYFBdArCe4Ot98t1aR4eYiYTe%3DyavQygiQ%40mail.gmail.com1 parente152506 commit9f12a3b
1 file changed
+12
-0
lines changedLines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1702 | 1702 |
| |
1703 | 1703 |
| |
1704 | 1704 |
| |
| 1705 | + | |
| 1706 | + | |
| 1707 | + | |
| 1708 | + | |
| 1709 | + | |
| 1710 | + | |
| 1711 | + | |
| 1712 | + | |
| 1713 | + | |
| 1714 | + | |
| 1715 | + | |
1705 | 1716 |
| |
1706 | 1717 |
| |
1707 | 1718 |
| |
1708 | 1719 |
| |
| 1720 | + | |
1709 | 1721 |
| |
1710 | 1722 |
| |
1711 | 1723 |
| |
|
0 commit comments
Comments
(0)