pgsql: Update unicode.org URLs - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Update unicode.org URLs
Date
Msg-id E1iJkLb-0001hm-6D@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: In the postmaster, rely on the signal infrastructure to block si
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Fix dependency handling of column drop with partitioned tables