Re: intarray: fix an edge case int32 overflow bug

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Cc: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: intarray: fix an edge case int32 overflow bug
Date: 2026-01-04 07:35:18
Message-ID: CAApHDvpjxPSiCzoG3VkFzfq9-KjHh=fhOrq5cUVz7ZvDTZ=kiA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, 4 Jan 2026 at 19:28, David Rowley <dgrowleyml(at)gmail(dot)com> wrote:
> I can take care of the overflow issue. I feel the test is a step too
> far as it seems unlikely ever to be rebroken, but thanks for the
> SQL-based test case to demonstrate the issue.

Pushed.

David

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2026-01-04 07:48:51 Re: intarray: fix an edge case int32 overflow bug
Previous Message David Rowley 2026-01-04 06:28:46 Re: intarray: fix an edge case int32 overflow bug