Re: [HACKERS] <> join selectivity estimate question - Mailing list pgsql-hackers

From Robert Haas
Subject Re: [HACKERS] <> join selectivity estimate question
Date
Msg-id CA+TgmoYz5FnFRP-2tG6cEqikbnoF80fxqkw-EEqp5+OUMguK9A@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] <> join selectivity estimate question  (Dilip Kumar <dilipbalaut@gmail.com>)
Responses Re: [HACKERS] <> join selectivity estimate question  (Dilip Kumar <dilipbalaut@gmail.com>)
List pgsql-hackers
On Wed, May 31, 2017 at 1:18 PM, Dilip Kumar <dilipbalaut@gmail.com> wrote:
> +       if (jointype = JOIN_SEMI)
> +       {
> +               sjinfo->jointype = JOIN_INNER;
> +       }

That is pretty obviously half-baked and completely untested.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] [BUGS] Concurrent ALTER SEQUENCE RESTART Regression
Next
From: Emre Hasegeli
Date:
Subject: [HACKERS] [PATCH] Improve geometric types