Re: pgsql: Make Vars be outer-join-aware.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robins Tharakan <tharakan(at)gmail(dot)com>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Make Vars be outer-join-aware.
Date: 2023-01-31 16:59:54
Message-ID: 1135790.1675184394@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Robins Tharakan <tharakan(at)gmail(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Justin Pryzby 2023-01-31 17:28:06 Re: pg_upgrade test failure
Previous Message Tom Lane 2023-01-31 16:58:10 pgsql: Remove over-optimistic Assert.