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

From Andres Freund
Subject Re: pgsql: Use new overflow aware integer operations.
Date
Msg-id 20180216015557.5tyggcqom26u5k3v@alap3.anarazel.de
Whole thread Raw
In response to Re: pgsql: Use new overflow aware integer operations.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
Hi,

On 2018-02-14 17:36:38 -0500, Tom Lane wrote:
> Andres Freund <andres@anarazel.de> writes:
> > I can't convince any of my compilers to actual emit warnings in this
> > case, so we'll have to see whether prairiedog like this...
> 
> Per my results yesterday, locust and coypu were also complaining;
> one of them might come back quicker.

All of them seem to be ok with this now.

Greetings,

Andres Freund


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix plpgsql to enforce domain checks when returning a NULLdomai
Next
From: Andres Freund
Date:
Subject: pgsql: Do execGrouping.c via expression eval machinery.