forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0539593
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 parent98876f0 commit0539593
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
614 | 614 |
| |
615 | 615 |
| |
616 | 616 |
| |
| 617 | + | |
| 618 | + | |
| 619 | + | |
617 | 620 |
| |
618 | 621 |
| |
619 | 622 |
| |
|
0 commit comments
Comments
(0)