Re: pgsql: Use new overflow aware integer operations.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Use new overflow aware integer operations.
Date: 2017-12-17 17:02:18
Message-ID: 12416.1513530138@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

David Rowley <david(dot)rowley(at)2ndquadrant(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2017-12-18 00:20:39 Re: pgsql: Provide overflow safe integer math inline functions.
Previous Message Tom Lane 2017-12-17 16:52:26 pgsql: Try harder to detect unavailability of __builtin_mul_overflow(in