Re: Design notes for EquivalenceClasses - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: Design notes for EquivalenceClasses
Date
Msg-id 45AF997C.1080807@sigaev.ru
Whole thread Raw
In response to Design notes for EquivalenceClasses  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Design notes for EquivalenceClasses  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> Note that a bitmap scan or multi-pass indexscan (OR clause scan) has NIL
> pathkeys since we can say nothing about the overall order of its result.

It's seems to me that multi-pass indexscan was removed after introducing bitmapscan.
-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


pgsql-hackers by date:

Previous
From:
Date:
Subject: Re: Scanner/Parser question - what does _P imply?
Next
From: Tom Lane
Date:
Subject: Re: Design notes for EquivalenceClasses