Re: pgsql: Fix behavior of ~> (cube, int) operator

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Fix behavior of ~> (cube, int) operator
Date: 2018-04-10 11:51:47
Message-ID: 32afe446-571e-03ff-8892-6467a4124f84@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2018-04-10 11:59:09 pgsql: Remove wrongly backpatched piece of code in cube.c
Previous Message Alexander Korotkov 2018-04-10 11:33:51 Re: pgsql: Fix behavior of ~> (cube, int) operator