]> granicus.if.org Git - postgresql/commit
Avoid running out of memory during hash_create, by not passing a
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 30 Dec 2003 20:05:15 +0000 (20:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 30 Dec 2003 20:05:15 +0000 (20:05 +0000)
commit73021301793a824b8ffbab9037498f726752b1f5
treef7ad067d711223f82b36d78e3cf89cbd1c98a3ad
parent386258d3e59ef9c2945577639dcff81b159f86e7
Avoid running out of memory during hash_create, by not passing a
number-of-buckets that exceeds the size we actually plan to allow
the hash table to grow to.  Per trouble report from Sean Shanny.
src/backend/executor/nodeIndexscan.c