Re: BUG #17474: Segmentation fault from INSERT ( JumbleExpr ) - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #17474: Segmentation fault from INSERT ( JumbleExpr )
Date
Msg-id 2679378.1651758280@sss.pgh.pa.us
Whole thread Raw
In response to BUG #17474: Segmentation fault from INSERT ( JumbleExpr )  (PG Bug reporting form <noreply@postgresql.org>)
Responses Re: BUG #17474: Segmentation fault from INSERT ( JumbleExpr )
List pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> Quite simple setup, that works on 13 version, is causing SEGFAULTs on 14.2.
> Reproducible.

Can you provide a reproducer SQL script?  The stack trace looks like
some element of the VALUES list is not in the format that JumbleExpr
is expecting, but there's nothing odd-looking about the fragment
you showed.

            regards, tom lane



pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #17474: Segmentation fault from INSERT ( JumbleExpr )
Next
From: Victor Yegorov
Date:
Subject: Re: BUG #17474: Segmentation fault from INSERT ( JumbleExpr )