OR clause and joins - Mailing list pgsql-hackers

From Bruce Momjian
Subject OR clause and joins
Date
Msg-id 199808070510.BAA03771@candle.pha.pa.us
Whole thread Raw
List pgsql-hackers
I believe that clauses.c:join_clause_p properly only allows merge and
hash joins on non-OR clauses.  It is called from
initialize_join_clause_info().

I can't get anything but a sequential scan on an OR clause, so I think
we are safe with the multi-index OR handling.

I will keep checking, though.

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] indexes and floats
Next
From: Vadim Mikheev
Date:
Subject: Re: [HACKERS] indexes and floats