pgstat: move pgstat.c to utils/activity. Now that pgstat is not related to postmaster anymore, src/backend/postmaster is not a well fitting directory.
Author: Andres Freund <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/fbfe6910eca0d6a61cbcdd27cdd5a8d9de6477fa Modified Files -------------- src/backend/postmaster/Makefile | 1 - src/backend/utils/activity/Makefile | 1 + src/backend/{postmaster => utils/activity}/pgstat.c | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-)
