Re: unused code in float8_to_char , formatting.c ?

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Greg Jaskiewicz <gryzman(at)me(dot)com>, "pgsql-hackers(at)postgresql(dot)org Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: unused code in float8_to_char , formatting.c ?
Date: 2013-12-02 15:53:07
Message-ID: CA+TgmoaJTq8cUu6pL2_-8872GnnZ-LLCtH_eWz9yx4yMP=kJQA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Nov 30, 2013 at 9:01 PM, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> On Sun, Apr 7, 2013 at 12:14:29AM -0400, Robert Haas wrote:
>> On Thu, Apr 4, 2013 at 6:47 PM, Greg Jaskiewicz <gryzman(at)me(dot)com> wrote:
>> > Looking around the code Today, one of my helpful tools detected this dead code.
>> > As far as I can see, it is actually unused call to strlen() in formatting.c, float8_to_char().
>>
>> I poked at this a little and suggest the following somewhat more
>> extensive cleanup.
>>
>> It seems to me that there are a bunch of these functions where len is
>> unconditionally initialized in NUM_TOCHAR_prepare and then used there.
>> Similarly in NUM_TOCHAR_cleanup. And then there's a chunk of each
>> individual function that does it a third time. Rather than use the
>> same variable in all three places, I've moved the variable
>> declarations to the innermost possible scope. Doing that revealed a
>> bunch of other, similar places where we can get rid of strlen() calls.
>>
>> Does this version seem like a good idea?
>
> Robert, were you going to apply this patch from April?

Done.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dimitri Fontaine 2013-12-02 16:07:46 Re: Extension Templates S03E11
Previous Message Stephen Frost 2013-12-02 15:48:45 Re: Extension Templates S03E11