Add commentary to show that even though ExecInitIndexScan()

Tom Lane <tgl@sss.pgh.pa.us>

Commit: aae034d28c98eee5fbd37d27234d3e825c53b91e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-08-12T00:42:43Z
Releases: 7.1.1
Add commentary to show that even though ExecInitIndexScan()
contains much code that looks like it will handle indexquals with the index
key on either side of the operator, in fact indexquals must have the index
key on the left because of limitations of the ScanKey machinery.  Perhaps
someone will be motivated to fix that someday...

Files

PathChange+/−
src/backend/executor/nodeIndexscan.c modified +52 −40