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

From Andres Freund
Subject Re: pgsql: Hand code string to integer conversion for performance.
Date
Msg-id 20180724171144.rjak6wbtpw7naj2o@alap3.anarazel.de
Whole thread Raw
In response to Re: pgsql: Hand code string to integer conversion for performance.  (David Rowley <david.rowley@2ndquadrant.com>)
Responses Re: pgsql: Hand code string to integer conversion for performance.
List pgsql-committers
On 2018-07-24 22:10:09 +1200, David Rowley wrote:
> On 23 July 2018 at 10:30, Andres Freund <andres@anarazel.de> wrote:
> > Hand code string to integer conversion for performance.
> 
> This could do with the attached to silence the compiler warnings from
> compilers that don't understand ereport(ERROR) does not return.

Pushed.  Not sure if any of those do enough control flow analysis to
even consider those blocks reachable? But anyway, doesn't hurt.

Greetings,

Andres Freund


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Defend against some potential spurious compiler warnings in86ea
Next
From: Andres Freund
Date:
Subject: pgsql: doc: Fix reference to "decoder" to instead be the correct"outpu