pgsql: Update unicode.org URLs

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update unicode.org URLs
Date: 2019-10-13 20:20:11
Message-ID: E1iJkLb-0001hm-6D@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-10-13 20:29:10 Re: pgsql: Fix dependency handling of column drop with partitioned tables
Previous Message Tom Lane 2019-10-13 19:48:35 pgsql: In the postmaster, rely on the signal infrastructure to block si