pgsql: Update unicode.org URLs

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Update unicode.org URLs
Дата
Msg-id E1iJkLb-0001hm-6D@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Update unicode.org URLs

Use https, consistent host name, remove references to ftp.  Also
update the URLs for CLDR, which has moved from Trac to GitHub.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bdb839cbdebe851c200b2c7c03aec7483573d631

Modified Files
--------------
contrib/unaccent/generate_unaccent_rules.py  | 16 ++++++++--------
doc/src/sgml/acronyms.sgml                   |  2 +-
doc/src/sgml/charset.sgml                    |  8 ++++----
src/backend/utils/mb/Unicode/Makefile        | 14 +++++++-------
src/backend/utils/mb/Unicode/UCS_to_BIG5.pl  |  4 ++--
src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl |  4 ++--
src/backend/utils/mb/Unicode/UCS_to_most.pl  |  4 ++--
src/common/unicode/Makefile                  |  2 +-
src/common/unicode_norm.c                    |  8 ++++----
9 files changed, 31 insertions(+), 31 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: In the postmaster, rely on the signal infrastructure to block si
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Fix dependency handling of column drop with partitioned tables