Skip to content
Snippets Groups Projects
Commit bff0422b authored by Tom Lane's avatar Tom Lane
Browse files

Revise hash join and hash aggregation code to use the same datatype-

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.
parent 0dda75f6
No related branches found
No related tags found
No related merge requests found
Showing
with 404 additions and 211 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment