Fix for bug #866. 7.3 contains new logic for avoiding redundant calls to

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

Commit: 40cb1361a624363b8f64728a58aac426ba88dbb9
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-01-08T19:41:57Z
Releases: 7.3.2
Fix for bug #866.  7.3 contains new logic for avoiding redundant calls to
the index AM when we know we are fetching a unique row.  However, this
logic did not consider the possibility that it would be asked to fetch
backwards.  Also fix mark/restore to work correctly in this scenario.

Files

PathChange+/−
src/backend/access/index/genam.c modified +4 −1
src/backend/access/index/indexam.c modified +44 −9
src/include/access/relscan.h modified +10 −1