Re: Remove dependence on integer wrapping

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

On Wed, Jun 12, 2024 at 11:45:20AM -0400, Tom Lane wrote:
> Nathan Bossart <nathandbossart(at)gmail(dot)com> writes:
>> Thanks. This looks pretty good to me after a skim, so I'll see about
>> committing/back-patching it in the near future. IIUC there is likely more
>> to come in this area, but I see no need to wait.
>
> Uh ... what of this would we back-patch? It seems like v18
> material to me.

D'oh. I was under the impression that the numutils.c changes were arguably
bug fixes. Even in that case, we should probably split out the other stuff
for v18. But you're probably right that we could just wait for all of it.

--
nathan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jelte Fennema-Nio 2024-06-12 16:08:16 Re: RFC: adding pytest as a supported test framework
Previous Message Peter Geoghegan 2024-06-12 15:57:56 Re: Proposal: Document ABI Compatibility