Commit 88ef48c
committed
Fix parallel index builds for dynamic_shared_memory_type=none.
The previous code failed to realize that this setting effectively
disables parallelism, and would crash if it decided to attempt
parallelism anyway. Instead, treat it as a disabling condition.
Kyotaro Horiguchi, who also reported the issue. Reviewed by Michael
Paquier and Peter Geoghegan.
Discussion: http://postgr.es/m/20180209.170635.256350357.horiguchi.kyotaro@lab.ntt.co.jp1 parent 80f021e commit 88ef48c
1 file changed
+2
-1
lines changed| 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