pgstat: move pgstat_report_autovac() to pgstat_database.c.
Andres Freund <andres@anarazel.de>
pgstat: move pgstat_report_autovac() to pgstat_database.c. I got the location wrong in 13619598f10. The name did make it sound like it belonged in pgstat_relation.c...
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/activity/pgstat_database.c | modified | +20 −0 |
| src/backend/utils/activity/pgstat_relation.c | modified | +0 −20 |
| src/include/pgstat.h | modified | +1 −1 |