]> git.ipfire.org Git - thirdparty/postgresql.git/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:40 +0000 (19:41 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 8 Jan 2003 19:41:40 +0000 (19:41 +0000)
commitcbca6c4896e4102a67988cbe1811afa9a45d8b5f
tree7ca68b35642839051f8260b431ed1a5a99089f5a
parent9270f1cdaa1588be39252b20d4a0c36be43c8580
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