OSDN Git Service

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)
commitc2f0d565f319f7a75f0178758e9270c96d0c807f
treedc48b667c600368cabb43ac9394e5aba580b0a3b
parent353d36f97974dd5564d8cac6a1e01d78c623a408
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