diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-04-13 17:18:29 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-04-13 17:18:29 +0000 |
commit | 174b552e711c337535481dbbb35c1b7a3caa101b (patch) | |
tree | 6609bd504cb2de971e28bea4da41ecab492097fc /src/backend/executor/nodeUnique.c | |
parent | df6e504437315864a8e0c0181445c1cddbbe4c26 (diff) | |
download | postgresql-174b552e711c337535481dbbb35c1b7a3caa101b.tar.gz postgresql-174b552e711c337535481dbbb35c1b7a3caa101b.zip |
There are some bugs about backward scanning using
indexes.
1. Index Scan using plural indexids never scan backward
as to the order of indexids.
2. The cursor using Index scan is not usable after moving
past the end.
This patch solves above bugs.
Moreover the change of _bt_first() would be useful to extend
ORDER BY patch by Jan Wieck for all descending order cases.
Hiroshi Inoue
Diffstat (limited to 'src/backend/executor/nodeUnique.c')
0 files changed, 0 insertions, 0 deletions