mirror of
https://github.com/postgres/postgres.git
synced 2026-02-16 00:57:52 -05:00
table for an average of NTUP_PER_BUCKET tuples/bucket, but cost_hashjoin was assuming a target load of one tuple/bucket. This was causing a noticeable underestimate of hashjoin costs. |
||
|---|---|---|
| .. | ||
| execdebug.h | ||
| execdefs.h | ||
| execdesc.h | ||
| execFlatten.h | ||
| executor.h | ||
| functions.h | ||
| hashjoin.h | ||
| nodeAgg.h | ||
| nodeAppend.h | ||
| nodeGroup.h | ||
| nodeHash.h | ||
| nodeHashjoin.h | ||
| nodeIndexscan.h | ||
| nodeMaterial.h | ||
| nodeMergejoin.h | ||
| nodeNestloop.h | ||
| nodeResult.h | ||
| nodeSeqscan.h | ||
| nodeSort.h | ||
| nodeSubplan.h | ||
| nodeTidscan.h | ||
| nodeUnique.h | ||
| spi.h | ||
| spi_priv.h | ||
| tuptable.h | ||