Rewrite hash join to use simple linked lists instead of a

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 26069a58e8e4e4f3bef27e52d2d5cad2baa46c9f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-05-18T21:33:06Z
Releases: 7.1.1
Rewrite hash join to use simple linked lists instead of a
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.

Files