Re: There is a redundant check in check_outerjoin_delay() in version 15.14 and below - Mailing list pgsql-hackers

From Tom Lane
Subject Re: There is a redundant check in check_outerjoin_delay() in version 15.14 and below
Date
Msg-id 668952.1761080891@sss.pgh.pa.us
Whole thread Raw
In response to There is a redundant check in check_outerjoin_delay() in version 15.14 and below  ("iosif" <852048472@qq.com>)
List pgsql-hackers
"=?utf-8?B?aW9zaWY=?=" <852048472@qq.com> writes:
> The following snippet is cited from version 15.14, function check_outerjoin_delay()
> ...
> The check at line 2074 is redundant and can be safely removed.

I'm not entirely sure whether I believe that ... but it doesn't
matter.  Since check_outerjoin_delay is gone entirely in v16 and
later, we're unlikely to take the risk of changing it in older
branches.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Question for coverage report
Next
From: Masahiko Sawada
Date:
Subject: Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue