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

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: pgsql: Hand code string to integer conversion for performance.
Дата
Msg-id 20180724171144.rjak6wbtpw7naj2o@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: pgsql: Hand code string to integer conversion for performance.  (David Rowley <david.rowley@2ndquadrant.com>)
Ответы Re: pgsql: Hand code string to integer conversion for performance.
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Defend against some potential spurious compiler warnings in86ea
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: doc: Fix reference to "decoder" to instead be the correct"outpu