Re: pgsql: Use new overflow aware integer operations. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Use new overflow aware integer operations.
Date
Msg-id 12416.1513530138@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Use new overflow aware integer operations.  (David Rowley <david.rowley@2ndquadrant.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Try harder to detect unavailability of__builtin_mul_overflow(in
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Provide overflow safe integer math inline functions.