Re: pgsql: Use new overflow aware integer operations.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Use new overflow aware integer operations.
Дата
Msg-id 12416.1513530138@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Use new overflow aware integer operations.  (David Rowley <david.rowley@2ndquadrant.com>)
Список pgsql-committers
David Rowley <david.rowley@2ndquadrant.com> writes:
> I notice it's caused a small warning in compilers that don't
> understand about elog(ERROR) and ereport(ERROR) not returning.

Wups, I noticed this independently and fixed it before reading your
message.  Sorry about failing to credit you in the commit log.

            regards, tom lane


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Try harder to detect unavailability of__builtin_mul_overflow(in
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Provide overflow safe integer math inline functions.