Fix some more hashjoin-related bugs in pg_operator. Fix

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

Commit: af87148065a0431d8cc1694825db2f1b2d9fd258
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-04-07T23:33:33Z
Releases: 7.1.1
Fix some more hashjoin-related bugs in pg_operator.  Fix
hashjoin's hashFunc() so that it does the right thing with pass-by-value
data types (the old code would always return 0 for int2 or char values,
which would work but would slow things down a lot).  Extend opr_sanity
regress test to catch more kinds of errors.

Files