Re: Remove dependence on integer wrapping

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема Re: Remove dependence on integer wrapping
Дата
Msg-id ZpKf--iMOJmHnJ1i@nathan
обсуждение исходный текст
Ответ на Re: Remove dependence on integer wrapping  (Joseph Koshakow <koshy44@gmail.com>)
Список 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@gmail.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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Joseph Koshakow
Дата:
Сообщение: Re: Remove dependence on integer wrapping
Следующее
От: Arjan Marku
Дата:
Сообщение: [PATCH v1] Fix parsing of a complex type that has an array of complex types