Re: pgsql: Use new overflow aware integer operations.

From: Andres Freund <andres(at)anarazel(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Use new overflow aware integer operations.
Date: 2018-02-16 01:55:57
Message-ID: 20180216015557.5tyggcqom26u5k3v@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hi,

On 2018-02-14 17:36:38 -0500, Tom Lane wrote:
> Andres Freund <andres(at)anarazel(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-02-16 05:58:09 pgsql: Do execGrouping.c via expression eval machinery.
Previous Message Tom Lane 2018-02-15 21:25:28 pgsql: Fix plpgsql to enforce domain checks when returning a NULL domai