Re: pgsql: Make Vars be outer-join-aware. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Make Vars be outer-join-aware.
Date
Msg-id 1135790.1675184394@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Make Vars be outer-join-aware.  (Robins Tharakan <tharakan@gmail.com>)
List pgsql-committers
Robins Tharakan <tharakan@gmail.com> writes:
> Since this commit, my test setup is triggering asserts every few minutes.

I concluded that assert was just wrong, and removed it.  Maybe there
is some weaker assertion we could make, but it'd require passing down
more context than fix_scan_expr gets now, and it doesn't seem worth
the trouble.

Thanks for the report!

            regards, tom lane



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove over-optimistic Assert.
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: clarify use of NULL to drop comments and security labels.