Currently,only the first column of multi-column indices

Bruce Momjian <bruce@momjian.us>

Commit: 7b2a8e4e56b138d618fcf81513e71bf8b1ac2f6b
Author: Bruce Momjian <bruce@momjian.us>
Date: 1999-09-27T18:20:21Z
Releases: 7.1.1
Currently,only the first column of multi-column indices
is used to find start scan position of Indexscan-s.

To speed up finding scan start position,I have changed
_bt_first() to use as many keys as possible.

I'll attach the patch here.

Regards.

Hiroshi Inoue

Files