Re: BUG #17233: Incorrect behavior of DELETE command with bad subquery in WHERE clause

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, "lxndrkrlv(at)gmail(dot)com" <lxndrkrlv(at)gmail(dot)com>, "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #17233: Incorrect behavior of DELETE command with bad subquery in WHERE clause
Date: 2022-11-22 23:49:50
Message-ID: 3606228.1669160990@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

I wrote:
> So here's a revision that tries to clean that up a little. 0001 is the
> same patch as before, and then 0002 revises the fuzzy-search logic enough
> that I can make sense of it. I split them mainly so that you can see the
> behavioral difference in the changed test outputs.

Hearing no further comments, pushed.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Joel Mukuthu 2022-11-23 14:12:43 Unexpected behaviour of a RAISE statement in an IMMUTABLE function
Previous Message Tom Lane 2022-11-22 15:41:06 Re: Sort Order inconsistent when using Grouping Sets Rollup