Re: [HACKERS] Duplicate assignment in Unicode/convutils.pm

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: [HACKERS] Duplicate assignment in Unicode/convutils.pm
Дата
Msg-id 6db00b42-3c86-6352-212d-470d233889cf@iki.fi
обсуждение исходный текст
Ответ на [HACKERS] Duplicate assignment in Unicode/convutils.pm  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
Список pgsql-hackers
On 04/07/2017 09:32 AM, Kyotaro HORIGUCHI wrote:
> Hi, I found that convutils.pl contains a harmless duplicate
> assignemnt.
>
>>     my $out = {f => $fname, l => $.,
>>                code => hex($1),
>>                ucs => hex($2),
>>                comment => $4,
>>                direction => BOTH,
>>                f => $fname,
>>                l => $.
>>             };
>
> Of course this is utterly harmless but wrong.
>
> The attached patch fixes this following other perl files around.
> No similar mistake is not found there.

Committed, thanks!

- Heikki




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Jeff Janes
Дата:
Сообщение: Re: [HACKERS] pg_basebackup: Allow use of arbitrary compression program
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: [HACKERS] Undefined psql variables