OSDN Git Service

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:05 +0000 (20:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 30 Dec 2003 20:05:05 +0000 (20:05 +0000)
commit7af16b2a258cff21dd5b94d9e9cb2229fbde7fb1
tree848940fdb1dc1e13eff6c40df1ac3d504151c352
parente8aa10ee47cd63300aa979751a7ea75562a645aa
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