- Notifications
You must be signed in to change notification settings - Fork5
Commitf85b1a8
committed
Disable parallel query by default.
Per discussion, set the default value of max_parallel_workers_per_gatherto 0 in 9.6 only. We'll leave it enabled in master so that it getsmore testing and in the hope that it can be enable by default in v10.1 parentb5bce6c commitf85b1a8
File tree
4 files changed
+4
-4
lines changed- doc/src/sgml
- src/backend
- optimizer/path
- utils/misc
4 files changed
+4
-4
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2008 | 2008 |
| |
2009 | 2009 |
| |
2010 | 2010 |
| |
2011 |
| - | |
| 2011 | + | |
2012 | 2012 |
| |
2013 | 2013 |
| |
2014 | 2014 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 |
| - | |
| 116 | + | |
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2652 | 2652 |
| |
2653 | 2653 |
| |
2654 | 2654 |
| |
2655 |
| - | |
| 2655 | + | |
2656 | 2656 |
| |
2657 | 2657 |
| |
2658 | 2658 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
166 |
| - | |
| 166 | + | |
167 | 167 |
| |
168 | 168 |
| |
169 | 169 |
| |
|
0 commit comments
Comments
(0)