Re: BUG #18852: Unexpected expression in subquery output - Mailing list pgsql-bugs

From Robins Tharakan
Subject Re: BUG #18852: Unexpected expression in subquery output
Date
Msg-id CAEP4nAw01qm8XyoKwjXFo7qSJx0izc0EBq8N_ZWM8FvYmVeX+Q@mail.gmail.com
Whole thread Raw
In response to Re: BUG #18852: Unexpected expression in subquery output  (Tender Wang <tndrwang@gmail.com>)
List pgsql-bugs

On Tue, 18 Mar 2025 at 01:51, Tender Wang <tndrwang@gmail.com> wrote:

PG Bug reporting form <noreply@postgresql.org> 于2025年3月17日周一 16:35写道:
The following bug has been logged on the website:

Bug reference:      18852


I can reproduce this issue on HEAD.    
SELECT FROM a.f RIGHT JOIN b.h ON EXISTS (SELECT FROM a.e WHERE (SELECT
NULL) > g) LIMIT 9;


FWIW, there's additional discussion happening in the original thread - 


pgsql-bugs by date:

Previous
From: Robert Pufky
Date:
Subject: Re: BUG #18856: Include directives for postgresql.conf, pg_hba.conf, pg_ident.conf behave inconsistently.
Next
From: "谭忠涛"
Date:
Subject: The != and +/- signs are joined together as an operator