[COMMITTERS] pgsql: Small fixes to the Perl scripts to create unicode conversiontab

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема [COMMITTERS] pgsql: Small fixes to the Perl scripts to create unicode conversiontab
Дата
Msg-id E1cYr9m-0007pn-0D@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Small fixes to the Perl scripts to create unicode conversion tables.

Add missing semicolons in UCS_to_* perl scripts.
For consistency, use "$hashref->{key}" style everywhere.

Kyotaro Horiguchi

Discussion: https://www.postgresql.org/message-id/20170130.153738.139030994.horiguchi.kyotaro@lab.ntt.co.jp

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bc1686f3f653d30847736f2b71d694b98ba5c31d

Modified Files
--------------
src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl  |  2 +-
src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl  |  2 +-
src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl  |  2 +-
src/backend/utils/mb/Unicode/UCS_to_GB18030.pl |  2 +-
src/backend/utils/mb/Unicode/UCS_to_UHC.pl     |  2 +-
src/backend/utils/mb/Unicode/convutils.pm      | 28 +++++++++++++-------------
6 files changed, 19 insertions(+), 19 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Move comment about test slightly closer to test.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: [COMMITTERS] pgsql: Don't create "holes" in BufFiles, in the new logtape code.