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

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

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