| 2041 | } |
| 2042 | |
| 2043 | void |
| 2044 | ExecHashJoinEstimate(HashJoinState *state, ParallelContext *pcxt) |
| 2045 | { |
| 2046 | shm_toc_estimate_chunk(&pcxt->estimator, sizeof(ParallelHashJoinState)); |
| 2047 | shm_toc_estimate_keys(&pcxt->estimator, 1); |
| 2048 | } |
| 2049 | |
| 2050 | void |
| 2051 | ExecHashJoinInitializeDSM(HashJoinState *state, ParallelContext *pcxt) |
no outgoing calls
no test coverage detected