Обсуждение: pgsql: pgstat: move pgstat_report_autovac() to pgstat_database.c.

Поиск
Список
Период
Сортировка

pgsql: pgstat: move pgstat_report_autovac() to pgstat_database.c.

От
Andres Freund
Дата:
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...

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c3e9b07936f70388c6f5341b68d6a04d40e07b86

Modified Files
--------------
src/backend/utils/activity/pgstat_database.c | 20 ++++++++++++++++++++
src/backend/utils/activity/pgstat_relation.c | 20 --------------------
src/include/pgstat.h                         |  2 +-
3 files changed, 21 insertions(+), 21 deletions(-)