Re: pgsql: Hand code string to integer conversion for performance. - Mailing list pgsql-committers

From David Rowley
Subject Re: pgsql: Hand code string to integer conversion for performance.
Date
Msg-id CAKJS1f_oTn0GCYFyBxN2NpkdzArYv=eGiQf=+pEpusLv8YV7bg@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Hand code string to integer conversion for performance.  (Andres Freund <andres@anarazel.de>)
List pgsql-committers
On 25 July 2018 at 05:11, Andres Freund <andres@anarazel.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


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: doc: Fix reference to "decoder" to instead be the correct"outpu
Next
From: Thomas Munro
Date:
Subject: pgsql: Pad semaphores to avoid false sharing.