Re: Stale external URL in doc?

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: thomas(dot)munro(at)gmail(dot)com
Cc: daniel(at)yesql(dot)se, tgl(at)sss(dot)pgh(dot)pa(dot)us, magnus(at)hagander(dot)net, pgsql-hackers(at)lists(dot)postgresql(dot)org, bruce(at)momjian(dot)us
Subject: Re: Stale external URL in doc?
Date: 2020-07-14 05:03:32
Message-ID: 20200714.140332.654589911254505234.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At Tue, 14 Jul 2020 15:40:41 +1200, Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote in
> On Tue, Jul 14, 2020 at 3:27 PM Kyotaro Horiguchi
> <horikyota(dot)ntt(at)gmail(dot)com> wrote:
> > A. I didn't find the files gb-18030-2000.xml and windows-949-2000.xml
> > in the ICU site. We have our own copy in our repository so it's not
> > a serious problem but I'm not sure what we should do for this.
>
> The patch I posted earlier fixes that problem (their source repository moved).

- $(DOWNLOAD) https://ssl.icu-project.org/repos/icu/data/trunk/charset/data/xml/$(@F)
+ $(DOWNLOAD) https://raw.githubusercontent.com/unicode-org/icu-data/master/charset/data/xml/$(@F)

Wow. The URL works and makes no difference in related map files.

Thanks!

--
Kyotaro Horiguchi
NTT Open Source Software Center

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2020-07-14 05:06:58 Re: Improvements in Copy From
Previous Message vignesh C 2020-07-14 05:01:58 Re: [PATCH] Performance Improvement For Copy From Binary Files