forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit642aadf
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 parent73e47b7 commit642aadf
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
955 | 955 |
| |
956 | 956 |
| |
957 | 957 |
| |
| 958 | + | |
| 959 | + | |
958 | 960 |
| |
959 | 961 |
| |
960 | 962 |
| |
961 |
| - | |
| 963 | + | |
| 964 | + | |
962 | 965 |
| |
963 | 966 |
| |
964 | 967 |
| |
|
0 commit comments
Comments
(0)