• T
    Fix some nasty coredump bugs in hashjoin. This code was just · 9f82f9e4
    Tom Lane 提交于
    about certain to fail anytime it decided the relation to be hashed was
    too big to fit in memory --- the code for 'batching' a series of hashjoins
    had multiple errors.  I've fixed the easier problems.  A remaining big
    problem is that you can get 'hashtable out of memory' if the code's
    guesstimate about how much overflow space it will need turns out wrong.
    That will require much more extensive revisions to fix, so I'm committing
    these fixes now before I start on that problem.
    9f82f9e4
nodeHash.c 24.3 KB