forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6dcb185
committed
Back-patch "Tolerate version lookup failure for old style Windows locale names."
If users provide old style pre-standardized Windows locale names in aCREATE COLLATION command, the OS is unable to provide versioninformation. Continue without capturing version information, ratherthan exposing an OS error.This was originally done in commit9f12a3b for 14 only, to supportfuture features that might encounter old style names from initdb'sdefault. It wasn't done in 13 because I didn't consider that usersmight actually want to use the old format explicitly (something weshould consider blocking in a future release with a better errormessage, but that's not a policy we've decided on yet).Back-patch to 13, based on the field complaint in pgsql-bugs #17058.Reported-by: Yasushi Yamashita <developer@yamashi-ta.jp>Discussion:https://postgr.es/m/17058-b49f5793c912c5aa%40postgresql.org1 parent33af10c commit6dcb185
1 file changed
+12
-0
lines changedLines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1743 | 1743 |
| |
1744 | 1744 |
| |
1745 | 1745 |
| |
| 1746 | + | |
| 1747 | + | |
| 1748 | + | |
| 1749 | + | |
| 1750 | + | |
| 1751 | + | |
| 1752 | + | |
| 1753 | + | |
| 1754 | + | |
| 1755 | + | |
| 1756 | + | |
1746 | 1757 |
| |
1747 | 1758 |
| |
1748 | 1759 |
| |
1749 | 1760 |
| |
| 1761 | + | |
1750 | 1762 |
| |
1751 | 1763 |
| |
1752 | 1764 |
| |
|
0 commit comments
Comments
(0)