Replace inefficient _bt_invokestrat calls with direct calls to the

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

Commit: 8cb624262abdc194616aaf89e1ab48cdc63e5cc2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-02-18T06:32:39Z
Releases: 7.1.1
Replace inefficient _bt_invokestrat calls with direct calls to the
appropriate btree three-way comparison routine.  Not clear why the
three-way comparison routines were being used in some paths and not
others in btree --- incomplete changes by someone long ago, maybe?
Anyway, this makes for a nice speedup in CREATE INDEX.

Files