Re: BUG #17737: An assert failed in execExprInterp.c - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #17737: An assert failed in execExprInterp.c
Date
Msg-id 2828934.1672954428@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #17737: An assert failed in execExprInterp.c  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
I wrote:
> I'm kind of baffled as to how it's escaped detection for this long;
> maybe the assertion is overly tight, and the case actually works
> in non-assert builds?

A quick test says that indeed this example works in a non-assert
build.  So that may explain the lack of previous reports.  Whether
it'd be okay to weaken this check across-the-board isn't clear to me.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #17737: An assert failed in execExprInterp.c
Next
From: Andres Freund
Date:
Subject: Re: BUG #17737: An assert failed in execExprInterp.c