pgsql: On Windows, if the encoding implied by locale is not allowed as

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: On Windows, if the encoding implied by locale is not allowed as
Дата
Msg-id E1QAnFj-0005ji-3Q@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
On Windows, if the encoding implied by locale is not allowed as a
server-encoding, fall back to UTF-8. It happens at least with the Chinese
locale, which implies BIG5. This is safe, because on Windows all locales
are compatible with UTF-8.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1f943dc8fe1377d93253fad9f01e4b0aa8599bbd

Modified Files
--------------
src/bin/initdb/initdb.c |   15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: setlocale() on Windows doesn't work correctly if the locale name
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Guard against incoming rowcount estimate of NaN in cost_mergejoi