pgsql: Fix adjust_semi_join to be more cautious about clauseless joins. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix adjust_semi_join to be more cautious about clauseless joins.
Date
Msg-id E1PDPcK-0003Cq-6U@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix adjust_semi_join to be more cautious about clauseless joins.

It was reporting that these were fully indexed (hence cheap), when of
course they're the exact opposite of that.  I'm not certain if the case
would arise in practice, since a clauseless semijoin is hard to produce
in SQL, but if it did happen we'd make some dumb decisions.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=61d6dd0c03eb4da654f435097cd0bf1da11c3272

Modified Files
--------------
src/backend/optimizer/path/costsize.c |   18 +++++++++++++-----
1 files changed, 13 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix adjust_semi_join to be more cautious about clauseless joins.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Print a make warning when using GNU make older than 3.80