Re: Stale external URL in doc?

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Magnus Hagander <magnus(at)hagander(dot)net>, Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Bruce Momjian <bruce(at)momjian(dot)us>
Subject: Re: Stale external URL in doc?
Date: 2020-07-13 09:36:17
Message-ID: 5A0575DB-FA34-4AE8-9D66-2E6370F7AA07@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 11 Jul 2020, at 05:25, Thomas Munro <thomas(dot)munro(at)gmail(dot)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.
Use of uninitialized value $b1_upper in printf at convutils.pm line 561.
Use of uninitialized value $b3root in printf at convutils.pm line 570.
Use of uninitialized value $b3_1_lower in printf at convutils.pm line 572.
Use of uninitialized value $b3_1_upper in printf at convutils.pm line 573.
Use of uninitialized value $b3_2_lower in printf at convutils.pm line 574.
Use of uninitialized value $b3_2_upper in printf at convutils.pm line 575.
Use of uninitialized value $b3_3_lower in printf at convutils.pm line 576.
Use of uninitialized value $b3_3_upper in printf at convutils.pm line 577.
Use of uninitialized value $val in printf at convutils.pm line 612.

cheers ./daniel

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2020-07-13 10:04:09 Re: proposal: possibility to read dumped table's name from file
Previous Message Dilip Kumar 2020-07-13 09:34:06 Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions