Re: Can we get rid of GetLocaleInfoEx() yet?
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-03-30T07:57:50Z
Lists: pgsql-hackers
On Sun, Mar 29, 2020 at 07:06:56PM +0200, Juan José Santamaría Flecha wrote: > It works for the issue just fine, and more comments make a better a > patch, so no objections from me. +1 from me. And yes, we are still missing lc_codepage in newer versions of VS. Locales + Windows != 2, business as usual. -- Michael
Commits
-
Be more careful about extracting encoding from locale strings on Windows.
- f15f5edee5b4 9.6.18 landed
- de5b9db3644d 12.3 landed
- d59e83cf5925 10.13 landed
- 8c49454caa63 13.0 landed
- 6dac1e858b12 9.5.22 landed
- 4bc3a16677be 11.8 landed
-
Support building with Visual Studio 2015
- 0fb54de9aa4f 9.6.0 cited