Re: BUG #17700: An assert failed in prepjointree.c

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Richard Guo <guofenglinux(at)gmail(dot)com>
Cc: Daniel Gustafsson <daniel(at)yesql(dot)se>, xinwen(at)stu(dot)scu(dot)edu(dot)cn, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #17700: An assert failed in prepjointree.c
Date: 2022-11-28 16:22:07
Message-ID: 627613.1669652527@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

I wrote:
> Yeah, the possibility of a PHV in the qual refutes that argument.
> So we need to make the test honestly, as in the other arms of that
> switch. Will fix.

Actually ... it seems like we could just drop that Assert, as per
revised argument in the comment. This'd explain the lack of field
complaints: there's no bug in a production build.

regards, tom lane

Attachment Content-Type Size
remove-bogus-Assert-in-result-RTE-removal.patch text/x-diff 3.0 KB

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andres Freund 2022-11-28 21:16:39 Re: BUG #17693: Slow performance: Much slower queries on pg_stat_all_tables since 13.4
Previous Message Tom Lane 2022-11-28 15:33:37 Re: BUG #17700: An assert failed in prepjointree.c