On Fri, Jul 12, 2024 at 12:49 PM Nathan Bossart <nathandboss...@gmail.com> wrote:
> On Sat, Jul 06, 2024 at 07:04:38PM -0400, Joseph Koshakow wrote: >> I've added another patch, 0004, to resolve the jsonb wrap-arounds. >> >> The other patches, 0001, 0002, and 0003 are unchanged but have their >> version number incremented. > > 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. Thanks, Joe Koshakow