Upgrade planner and executor to allow multiple hash keys for a hash join,

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

Commit: ddb2d78de0172b1f3a00c8e3bf35345af9952f43
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-11-30T00:08:22Z
Releases: 7.4.1
Upgrade planner and executor to allow multiple hash keys for a hash join,
instead of only one.  This should speed up planning (only one hash path
to consider for a given pair of relations) as well as allow more effective
hashing, when there are multiple hashable joinclauses.

Files