Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN cases

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

Commit: ab05eedecc5c5b3a07ff101d29c9fef612f42996
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-02-06T02:59:15Z
Releases: 8.3.0
Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN cases
that aren't turned into true joins).  Since this is the last missing bit of
infrastructure, go ahead and fill out the hash integer_ops and float_ops
opfamilies with cross-type operators.  The operator family project is now
DONE ... er, except for documentation ...

Files