Avoid running out of memory during hash_create, by not passing a
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/nodeIndexscan.c | modified | +10 −4 |