- Notifications
You must be signed in to change notification settings - Fork5
Commit3cd934f
committed
Don't track DEALLOCATE in pg_stat_statements.
We also don't track PREPARE, nor do we track planning time in general, solet's ignore DEALLOCATE as well for consistency.Backpatch to 9.4, but not further than that. Although it seems unlikely thatanyone is relying on the current behavior, this is a behavioral change.Fabien Coelho1 parent73eba19 commit3cd934f
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
954 | 954 |
| |
955 | 955 |
| |
956 | 956 |
| |
| 957 | + | |
| 958 | + | |
957 | 959 |
| |
958 | 960 |
| |
959 | 961 |
| |
960 |
| - | |
| 962 | + | |
| 963 | + | |
961 | 964 |
| |
962 | 965 |
| |
963 | 966 |
| |
|
0 commit comments
Comments
(0)