• T
    Rewrite hash join to use simple linked lists instead of a · 26069a58
    Tom Lane 提交于
    fixed-size hashtable.  This should prevent 'hashtable out of memory' errors,
    unless you really do run out of memory.  Note: target size for hashtable
    is now taken from -S postmaster switch, not -B, since it is local memory
    in the backend rather than shared memory.
    26069a58
nodeHash.h 1.3 KB