Re: Array parsing incorrectly accepts ragged multidimensional arrays - Mailing list pgsql-bugs

From Nikhil Benesch
Subject Re: Array parsing incorrectly accepts ragged multidimensional arrays
Date
Msg-id CAPWqQZQmOyj3RPfSQ0jL5=kdON1ngHYWGUvoUw_yZaD0bvsM3g@mail.gmail.com
Whole thread Raw
In response to Re: Array parsing incorrectly accepts ragged multidimensional arrays  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Ah, thanks for the pointer. Funny how these bugs can go unnoticed for
two decades and then get noticed twice in the same month.

On Sun, Jun 4, 2023 at 6:53 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Nikhil Benesch <nikhil.benesch@gmail.com> writes:
> > While working on Postgres-compatible array support in Materialize, my
> > colleague Sean Loiselle (CC'd) discovered what a class of seemingly
> > invalid array values that are accepted by Postgres's array input
> > routine:
>
> Yeah, see existing thread (and patch) at
>
> https://www.postgresql.org/message-id/flat/2794005.1683042087@sss.pgh.pa.us
>
> Please review that if you'd like.
>
>                         regards, tom lane



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Array parsing incorrectly accepts ragged multidimensional arrays
Next
From: Julien Rouhaud
Date:
Subject: Re: BUG #17961: Incorrect aggregation MIN, AVG, MAX