forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb2ff37d
committed
Add minimal test for EXPLAIN ANALYZE of parallel query.
This displays the number of workers launched, thus the test isdependant on configuration to some degree. We'll see whether thatturns out ot be a problem.Author: Rafia SabihDiscussion:https://postgr.es/m/20170331185540.zmsue4ndvqtnayqw@alap3.anarazel.de1 parent5a59315 commitb2ff37d
File tree
2 files changed
+13
-0
lines changed- src/test/regress
- expected
- sql
2 files changed
+13
-0
lines changedLines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
280 | 280 |
| |
281 | 281 |
| |
282 | 282 |
| |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
283 | 293 |
| |
284 | 294 |
| |
285 | 295 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
| 119 | + | |
| 120 | + | |
| 121 | + | |
119 | 122 |
| |
120 | 123 |
| |
121 | 124 |
| |
|
0 commit comments
Comments
(0)