Re: BUG #17561: Server crashes on executing row() with very long argument list - Mailing list pgsql-bugs

From Richard Guo
Subject Re: BUG #17561: Server crashes on executing row() with very long argument list
Date
Msg-id CAMbWs48hx8V1PQKHw+fL=ZBPn5Ri+xDPW9wg6oYfmN4qk0=FxA@mail.gmail.com
Whole thread Raw
In response to Re: BUG #17561: Server crashes on executing row() with very long argument list  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-bugs

On Fri, Jul 29, 2022 at 6:14 PM Alvaro Herrera <alvherre@alvh.no-ip.org> wrote:
Hah, of course.  I suppose we'd need something like this ... haven't
looked for other problem spots.

Yeah, that's what we need to do. I think the check condition should be
something like:

    if (cur_resno - 1 > MaxAttrNumber)

Thanks
Richard

pgsql-bugs by date:

Previous
From: Richard Guo
Date:
Subject: Re: BUG #17560: Planner can not find plan with lowest cost
Next
From: Ajin Cherian
Date:
Subject: Re: Excessive number of replication slots for 12->14 logical replication