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 10:10:09
Message-ID: CAKJS1f-AbCFeFU92GZZYqNOVRnPtUwczSYmR2NHCyf9uHUnNiw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 23 July 2018 at 10:30, Andres Freund <andres(at)anarazel(dot)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.

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

Attachment Content-Type Size
silence_compiler_warnings_in_pg_strtoint_funcs.patch application/octet-stream 630 bytes

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-07-24 17:10:57 pgsql: Defend against some potential spurious compiler warnings in 86ea
Previous Message Peter Eisentraut 2018-07-24 09:54:32 pgsql: psql: Add option for procedures to \df