• Tom Lane's avatar
    Fix some more hashjoin-related bugs in pg_operator. Fix · af871480
    Tom Lane authored
    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.
    af871480
nodeHash.c 22.8 KB