]> granicus.if.org Git - postgresql/commit
Fix for bug #866. 7.3 contains new logic for avoiding redundant calls to
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 8 Jan 2003 19:41:57 +0000 (19:41 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 8 Jan 2003 19:41:57 +0000 (19:41 +0000)
commit40cb1361a624363b8f64728a58aac426ba88dbb9
tree72a6a174454b8f1b26a47b9a945d89b49ad1f76e
parent44f47eba8d1571f38f460fb91fa9b28838e02efe
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.
src/backend/access/index/genam.c
src/backend/access/index/indexam.c
src/include/access/relscan.h