From: | Alexander Korotkov <akorotkov(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: postgres_fdw: Remove redundant check in semijoin_target_ok() |
Date: | 2025-03-25 10:54:12 |
Message-ID: | E1tx1vA-000uaO-1H@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
postgres_fdw: Remove redundant check in semijoin_target_ok()
If a var belongs to the innerrel of the joinrel, it's not possible that
it belongs to the outerrel. This commit removes the redundant check from
the if-clause but keeps it as an assertion.
Discussion: https://postgr.es/m/flat/CAHewXN=8aW4hd_W71F7Ua4+_w0=bppuvvTEBFBF6G0NuSXLwUw(at)mail(dot)gmail(dot)com
Author: Tender Wang <tndrwang(at)gmail(dot)com>
Reviewed-by: Alexander Pyhalov <a(dot)yhalov(at)postgrespro(dot)ru>
Backpatch-through: 17
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/62f36d6924c740b5a566d64c563789d20cd4a5e1
Modified Files
--------------
contrib/postgres_fdw/postgres_fdw.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Alexander Korotkov | 2025-03-25 10:54:17 | pgsql: postgres_fdw: Remove redundant check in semijoin_target_ok() |
Previous Message | Thomas Munro | 2025-03-25 08:40:39 | pgsql: libpq: Deprecate pg_int64. |