- Notifications
You must be signed in to change notification settings - Fork5
Commit5702277
committed
Tweak EXPLAIN for parallel query to show workers launched.
The previous display was sort of confusing, because it didn'tdistinguish between the number of workers that we planned to launchand the number that actually got launched. This has already confusedseveral people, so display both numbers and label them clearly.Julien Rouhaud, reviewed by me.1 parent6b85d4b commit5702277
File tree
3 files changed
+11
-1
lines changed- src
- backend
- commands
- executor
- include/nodes
3 files changed
+11
-1
lines changedLines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1339 | 1339 |
| |
1340 | 1340 |
| |
1341 | 1341 |
| |
1342 |
| - | |
| 1342 | + | |
1343 | 1343 |
| |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
1344 | 1352 |
| |
1345 | 1353 |
| |
1346 | 1354 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
166 | 166 |
| |
167 | 167 |
| |
168 | 168 |
| |
| 169 | + | |
169 | 170 |
| |
170 | 171 |
| |
171 | 172 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1956 | 1956 |
| |
1957 | 1957 |
| |
1958 | 1958 |
| |
| 1959 | + | |
1959 | 1960 |
| |
1960 | 1961 |
| |
1961 | 1962 |
| |
|
0 commit comments
Comments
(0)