pgsql: Remove leading zeros, for consistency with other map files.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Remove leading zeros, for consistency with other map files.
Дата
Msg-id E1cC4QA-0003GR-RD@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove leading zeros, for consistency with other map files.

The common style is to pad to 4 digits.

Running the current perl scripts to generate these map files would override
this change, but the next commit will rewrite the perl scripts to produce
this style. I'm doing this as a separate commit, to make it more clear what
non-cosmetic changes the next commit makes to the map files.

Discussion: https://postgr.es/m/08e7892a-d55c-eefe-76e6-7910bc8dd1f3@iki.fi

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6c303223be34329bae2f03a87590ffa0742a65f6

Modified Files
--------------
.../utils/mb/Unicode/euc_jis_2004_to_utf8.map      | 22052 +++++++++---------
.../mb/Unicode/euc_jis_2004_to_utf8_combined.map   |    50 +-
.../utils/mb/Unicode/shift_jis_2004_to_utf8.map    | 21936 +++++++++---------
.../utils/mb/Unicode/utf8_to_euc_jis_2004.map      | 22052 +++++++++---------
.../mb/Unicode/utf8_to_euc_jis_2004_combined.map   |    50 +-
.../utils/mb/Unicode/utf8_to_shift_jis_2004.map    | 22542 +++++++++----------
6 files changed, 44341 insertions(+), 44341 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Remove code points < 0x80 from character conversion tables.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Rewrite the perl scripts to produce our Unicode conversion table