diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 1999-05-18 21:33:06 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 1999-05-18 21:33:06 +0000 |
commit | 26069a58e8e4e4f3bef27e52d2d5cad2baa46c9f (patch) | |
tree | c40f7d3e130df1fce0e1fc73520b9e465c02a607 /src/interfaces/python/pgmodule.c | |
parent | d261a5ec861c001f0331e36e01499d8dde7f5c67 (diff) | |
download | postgresql-26069a58e8e4e4f3bef27e52d2d5cad2baa46c9f.tar.gz postgresql-26069a58e8e4e4f3bef27e52d2d5cad2baa46c9f.zip |
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.
Diffstat (limited to 'src/interfaces/python/pgmodule.c')
0 files changed, 0 insertions, 0 deletions