Push the responsibility for handling ignore_killed_tuples down into

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

Commit: cefcbbf1fd43c80201e8e6fd36ac6fb00bd10825
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-12-07T19:37:53Z
Releases: 8.2.0
Push the responsibility for handling ignore_killed_tuples down into
_bt_checkkeys(), instead of checking it in the top-level nbtree.c routines
as formerly.  This saves a little bit of loop overhead, but more importantly
it lets us skip performing the index key comparisons for dead tuples.

Files