Scan Direction not part of ScanState? - Mailing list pgsql-hackers

From Martijn van Oosterhout
Subject Scan Direction not part of ScanState?
Date
Msg-id 20051011072759.GA22806@svana.org
Whole thread Raw
Responses Re: Scan Direction not part of ScanState?
List pgsql-hackers
Hi,

I notice that the IndexScan code looks up the scan direction each
invocation by looking up the direction of the plan. Does this mean the
direction can change in the middle of a scan? Is this how MOVE
FORWARD/BACKWARD works?

I've traced the code and it *appears* this is what's happening, but can
anyone clarify?

Thanks in advance,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: Need A Suggestion
Next
From: Simon Riggs
Date:
Subject: Spinlocks and CPU Architectures