Make planner compute the number of hash buckets the same way that
Tom Lane <tgl@sss.pgh.pa.us>
Make planner compute the number of hash buckets the same way that nodeHash.c will compute it (by sharing code).
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/nodeHash.c | modified | +119 −94 |
| src/backend/optimizer/path/costsize.c | modified | +37 −29 |
| src/include/executor/nodeHash.h | modified | +5 −4 |