Add support for cross-type hashing in hash index searches and hash joins.

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

Commit: a635c08fa10fe545d723bcec6eb73bfdca07e2c0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-01-30T01:33:36Z
Releases: 8.3.0
Add support for cross-type hashing in hash index searches and hash joins.
Hashing for aggregation purposes still needs work, so it's not time to
mark any cross-type operators as hashable for general use, but these cases
work if the operators are so marked by hand in the system catalogs.

Files