Avoid running out of memory during hash_create, by not passing a

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

Commit: 7af16b2a258cff21dd5b94d9e9cb2229fbde7fb1
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-12-30T20:05:05Z
Releases: 8.0.0
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.

Files

PathChange+/−
src/backend/executor/nodeIndexscan.c modified +10 −4