Now that hashjoin is reliable for large joins (knock on wood),
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 18 May 1999 21:36:10 +0000 (21:36 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 18 May 1999 21:36:10 +0000 (21:36 +0000)
commit0e49e38962353d79df6dedb5150dd358572a5c4f
tree17c56ea16a49fe220d997d2397961d7f2535dd5f
parent2ea661deece8ca75d93989043d40367d520506f6
Now that hashjoin is reliable for large joins (knock on wood),
remove optimizer's arbitrary limit on how large a join it will use hashing
for.  (The limit was too large to prevent the problems we'd been seeing,
anyway...)
src/backend/optimizer/path/joinpath.c