]> granicus.if.org Git - postgresql/commit
Make planner compute the number of hash buckets the same way that
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Jun 2001 00:17:08 +0000 (00:17 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Jun 2001 00:17:08 +0000 (00:17 +0000)
commit01a819abe36212381477218e1b316918c44ae414
tree48e2c4dcffb1d67657b8127d85b93e023d2f7378
parentccda1a672cce8c8cf36051dc02260923233534fa
Make planner compute the number of hash buckets the same way that
nodeHash.c will compute it (by sharing code).
src/backend/executor/nodeHash.c
src/backend/optimizer/path/costsize.c
src/include/executor/nodeHash.h