Re: Remove dependence on integer wrapping - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: Remove dependence on integer wrapping
Date
Msg-id Z1dKYzUtCqpt6XSW@nathan
Whole thread Raw
In response to Re: Remove dependence on integer wrapping  (Alexander Lakhin <exclusion@gmail.com>)
List pgsql-hackers
On Fri, Dec 06, 2024 at 02:12:51PM -0600, Nathan Bossart wrote:
> I seem to have a knack for picking patches that take an entire afternoon to
> back-patch...  Here's what I have staged for commit early next week.

Committed.  I chickened out of back-patching this because 1) it adds new
routines to int.h that could theoretically conflict with third-party code
and 2) more importantly, the risk/reward ratio didn't feel particularly
favorable.

-- 
nathan



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: unused-but-set-variable warning on REL_13_STABLE
Next
From: Daniel Gustafsson
Date:
Subject: Re: Fix tiny memory leaks