pgsql: Improve documentation about MULE encoding.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Improve documentation about MULE encoding.
Дата
Msg-id E1SmHEA-0005it-Ut@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve documentation about MULE encoding.

This commit improves the comments in pg_wchar.h and creates #define symbols
for some formerly hard-coded values.  No substantive code changes.

Tatsuo Ishii and Tom Lane

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/09022de1f55708bcfe8b2bf206d818055c34d49e

Modified Files
--------------
.../euc_tw_and_big5/euc_tw_and_big5.c              |   17 +--
src/backend/utils/mb/wchar.c                       |    6 +
src/include/mb/pg_wchar.h                          |  145 +++++++++++++-------
3 files changed, 110 insertions(+), 58 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Forgot an #include in the previous patch :-(
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Remove references to PostgreSQL bundled on Solaris