Make planner compute the number of hash buckets the same way that

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

Commit: 01a819abe36212381477218e1b316918c44ae414
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-06-11T00:17:08Z
Releases: 7.2.1
Make planner compute the number of hash buckets the same way that
nodeHash.c will compute it (by sharing code).

Files

PathChange+/−
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