Re: pgsql: Hand code string to integer conversion for performance.

From: David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Hand code string to integer conversion for performance.
Date: 2018-07-24 22:30:14
Message-ID: CAKJS1f_oTn0GCYFyBxN2NpkdzArYv=eGiQf=+pEpusLv8YV7bg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 25 July 2018 at 05:11, Andres Freund <andres(at)anarazel(dot)de> wrote:
> Pushed. Not sure if any of those do enough control flow analysis to
> even consider those blocks reachable? But anyway, doesn't hurt.

Thanks. MSVC was producing a warning.

--
David Rowley http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2018-07-24 23:05:59 pgsql: Pad semaphores to avoid false sharing.
Previous Message Andres Freund 2018-07-24 17:52:08 pgsql: doc: Fix reference to "decoder" to instead be the correct "outpu