Re: pgsql: Fix behavior of ~> (cube, int) operator - Mailing list pgsql-committers

From Teodor Sigaev
Subject Re: pgsql: Fix behavior of ~> (cube, int) operator
Date
Msg-id 32afe446-571e-03ff-8892-6467a4124f84@sigaev.ru
Whole thread Raw
In response to Re: pgsql: Fix behavior of ~> (cube, int) operator  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
List pgsql-committers
inverse variable becomes unused, will remove


Alexander Korotkov wrote:
>     Seems to be due to sloppy division of changes between f50c80dbb (which
>     was not back-patched) and 563a053bd.  Please fix.
> 
> 
> Thank you for catching this.  You diagnosis is right.
> I propose to commit the attached patch to 10 and 9.6.

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: pgsql: Fix behavior of ~> (cube, int) operator
Next
From: Teodor Sigaev
Date:
Subject: pgsql: Remove wrongly backpatched piece of code in cube.c