- Notifications
You must be signed in to change notification settings - Fork5
Commit72ce781
committed
Make min_parallel_relation_size's default value platform-independent.
The documentation states that the default value is 8MB, but this wasonly true at BLCKSZ = 8kB, because the default was hard-coded as 1024.Make the code match the docs by computing the default as 8MB/BLCKSZ.Oversight in commit75be664, noted pursuant to a gripe from Peter E.Discussion: <90634e20-097a-e4fd-67d5-fb2c42f0dd71@2ndquadrant.com>1 parentbea38f3 commit72ce781
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2758 | 2758 |
| |
2759 | 2759 |
| |
2760 | 2760 |
| |
2761 |
| - | |
| 2761 | + | |
2762 | 2762 |
| |
2763 | 2763 |
| |
2764 | 2764 |
| |
|
0 commit comments
Comments
(0)