- Notifications
You must be signed in to change notification settings - Fork28
Commit88ef48c
committed
Fix parallel index builds for dynamic_shared_memory_type=none.
The previous code failed to realize that this setting effectivelydisables parallelism, and would crash if it decided to attemptparallelism anyway. Instead, treat it as a disabling condition.Kyotaro Horiguchi, who also reported the issue. Reviewed by MichaelPaquier and Peter Geoghegan.Discussion:http://postgr.es/m/20180209.170635.256350357.horiguchi.kyotaro@lab.ntt.co.jp1 parent80f021e commit88ef48c
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5825 | 5825 |
| |
5826 | 5826 |
| |
5827 | 5827 |
| |
5828 |
| - | |
| 5828 | + | |
| 5829 | + | |
5829 | 5830 |
| |
5830 | 5831 |
| |
5831 | 5832 |
| |
|
0 commit comments
Comments
(0)