forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitac376a3
committed
As Niel so nicely pointed out this morning, the output of EXPLAIN
ANALYZE is not quite clear when branches of the query are neverexecuted. So this tiny patch fixes that.The patch is attached and can also be found at:http://svana.org/kleptog/pgsql/pgsql-explain.patchMartijn van Oosterhout1 parent1f653ec commitac376a3
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| 38 | + | |
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
| |||
405 | 406 |
| |
406 | 407 |
| |
407 | 408 |
| |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
408 | 414 |
| |
409 | 415 |
| |
410 | 416 |
| |
|
0 commit comments
Comments
(0)