Re: Remove dependence on integer wrapping

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Joseph Koshakow <koshy44(at)gmail(dot)com>
Cc: Alexander Lakhin <exclusion(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Andres Freund <andres(at)anarazel(dot)de>
Subject: Re: Remove dependence on integer wrapping
Date: 2024-07-13 15:40:43
Message-ID: ZpKf--iMOJmHnJ1i@nathan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Jul 13, 2024 at 10:24:16AM -0400, Joseph Koshakow wrote:
> On Fri, Jul 12, 2024 at 12:49 PM Nathan Bossart <nathandbossart(at)gmail(dot)com>
> wrote:
>> IIUC some of these changes are bug fixes. Can we split out the bug fixes
>> to their own patches so that they can be back-patched?
>
> They happen to already be split out into their own patches. 0002 and
> 0003 are both bug fixes (in the sense that they fix queries that
> produce incorrect results even with -fwrapv). They also both apply
> cleanly to master. If it would be useful, I can re-order the patches so
> that the bug-fixes are first.

Oh, thanks. I'm planning on taking a closer look at this one next week.

--
nathan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Arjan Marku 2024-07-13 17:03:37 [PATCH v1] Fix parsing of a complex type that has an array of complex types
Previous Message Joseph Koshakow 2024-07-13 14:24:16 Re: Remove dependence on integer wrapping