Re: Stale external URL in doc?
Kyotaro Horiguchi <horikyota.ntt@gmail.com>
From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
To: daniel@yesql.se
Cc: thomas.munro@gmail.com, tgl@sss.pgh.pa.us, magnus@hagander.net,
pgsql-hackers@lists.postgresql.org, bruce@momjian.us
Date: 2020-07-14T00:00:11Z
Lists: pgsql-hackers
At Mon, 13 Jul 2020 11:36:17 +0200, Daniel Gustafsson <daniel@yesql.se> wrote in > > On 11 Jul 2020, at 05:25, Thomas Munro <thomas.munro@gmail.com> wrote: > > > Is it OK that I see the following warning many times when running > > "make" under src/backend/utils/mb/Unicode? It looks like this code is > > from commit 1de9cc0d. Horiguchi-san, do you think something changed > > (input data format, etc) since you wrote it, or maybe some later > > changes just made our perl scripts more picky about warnings? > > > > Use of uninitialized value $val in printf at convutils.pm line 612. > > Confirmed here as well, combined with the below ones for a few of the files: > > Use of uninitialized value in hash element at convutils.pm line 448. > Use of uninitialized value $b1root in printf at convutils.pm line 558. > Use of uninitialized value $b1_lower in printf at convutils.pm line 560. Mmm. I see the same, too. I'm looking into that. regards. -- Kyotaro Horiguchi NTT Open Source Software Center
Commits
-
Fix conversion table generator scripts.
- a5073871ea65 14.0 landed
-
doc: Refresh more URLs in the docs
- 045d03fcaf20 9.5.23 landed
- 5cd4954bb6ed 9.6.19 landed
- 690569c61f4c 10.14 landed
- dcd671801794 11.9 landed
- ab5ad0c71a0f 12.4 landed
- f2b65519e17d 13.0 landed
- 9add405014f8 14.0 landed
-
Doc: update or remove dead external links.
- e91cd951b111 14.0 landed
- df1265087900 9.5.23 landed
- da76f05e276c 10.14 landed
- a5f18e8c2180 12.4 landed
- a20535da7273 9.6.19 landed
- 763a0b63a25c 13.0 landed
- 0ecd36ee0e49 11.9 landed
-
Rewrite the perl scripts to produce our Unicode conversion tables.
- 1de9cc0dcca6 10.0 cited