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



--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to