forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1b373ae
committed
Add callback for backend initialization in pgstats
pgstat_initialize() is currently used by the WAL stats as a code path totake some custom actions when a backend starts. A callback is added togeneralize the concept so as all stats kinds can do the same, forbuiltin and custom kinds, if set.Reviewed-by: Bertrand Drouvot, Kyotaro HoriguchiDiscussion:https://postgr.es/m/ZtZr1K4PLdeWclXY@paquier.xyz1 parent341e9a0 commit1b373ae
File tree
3 files changed
+20
-4
lines changed- src
- backend/utils/activity
- include/utils
3 files changed
+20
-4
lines changedLines changed: 12 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
441 | 441 |
| |
442 | 442 |
| |
443 | 443 |
| |
| 444 | + | |
444 | 445 |
| |
445 | 446 |
| |
446 | 447 |
| |
| |||
604 | 605 |
| |
605 | 606 |
| |
606 | 607 |
| |
607 |
| - | |
608 |
| - | |
609 | 608 |
| |
610 | 609 |
| |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
611 | 621 |
| |
612 | 622 |
| |
613 | 623 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 |
| - | |
| 141 | + | |
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
232 | 238 |
| |
233 | 239 |
| |
234 | 240 |
| |
| |||
673 | 679 |
| |
674 | 680 |
| |
675 | 681 |
| |
676 |
| - | |
677 | 682 |
| |
678 | 683 |
| |
| 684 | + | |
679 | 685 |
| |
680 | 686 |
| |
681 | 687 |
| |
|
0 commit comments
Comments
(0)