- Notifications
You must be signed in to change notification settings - Fork5
Commit7e49330
committed
Correct mistaken claims about EXPLAIN ANALYZE's handling of triggers.
Time spent executing AFTER triggers is not included in the runtime of theassociated ModifyTable node; in my patch of yesterday I confused queuing ofthese triggers with their actual execution. Spotted by Marko Tiikkaja.1 parent4c966d9 commit7e49330
1 file changed
+7
-4
lines changedLines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
436 | 436 |
| |
437 | 437 |
| |
438 | 438 |
| |
439 |
| - | |
440 |
| - | |
441 |
| - | |
442 |
| - | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
443 | 446 |
| |
444 | 447 |
| |
445 | 448 |
| |
|
0 commit comments
Comments
(0)