• Tom Lane's avatar
    Revise hash join and hash aggregation code to use the same datatype- · bff0422b
    Tom Lane authored
    specific hash functions used by hash indexes, rather than the old
    not-datatype-aware ComputeHashFunc routine.  This makes it safe to do
    hash joining on several datatypes that previously couldn't use hashing.
    The sets of datatypes that are hash indexable and hash joinable are now
    exactly the same, whereas before each had some that weren't in the other.
    bff0422b
pg_amproc.h 4.07 KB