forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5b804cc
committed
Fix costing of parallel hash joins.
Commit1804284 established that single-batchparallel-aware hash joins could create one large shared hash table using thecombined work_mem budget of all participants. The costing accidentallyassumed that parallel-oblivious hash joins could also do that. Thedocumentation for initial_cost_hashjoin() also failed to mention the newargument. Repair.Author: Thomas MunroReported-By: Antonin HouskaReviewed-By: Antonin HouskaDiscussion:https://postgr.es/m/12441.1513935950%40localhost1 parenta3739e3 commit5b804cc
2 files changed
+3
-1
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3143 | 3143 |
| |
3144 | 3144 |
| |
3145 | 3145 |
| |
| 3146 | + | |
| 3147 | + | |
3146 | 3148 |
| |
3147 | 3149 |
| |
3148 | 3150 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
814 | 814 |
| |
815 | 815 |
| |
816 | 816 |
| |
817 |
| - | |
| 817 | + | |
818 | 818 |
| |
819 | 819 |
| |
820 | 820 |
| |
|
0 commit comments
Comments
(0)