- Notifications
You must be signed in to change notification settings - Fork5
Commit78a3c9b
committed
pg_stat_statements forgot to let previous occupant of hook get control too.
pgss_post_parse_analyze() neglected to pass the call on to any earlieroccupant of the post_parse_analyze_hook. There are no other users of thathook in contrib/, and most likely none in the wild either, so this isprobably just a latent bug. But it's a bug nonetheless, so back-patchto 9.2 where this code was introduced.1 parent602b27a commit78a3c9b
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
767 | 767 |
| |
768 | 768 |
| |
769 | 769 |
| |
| 770 | + | |
| 771 | + | |
| 772 | + | |
770 | 773 |
| |
771 | 774 |
| |
772 | 775 |
| |
|
0 commit comments
Comments
(0)