pgstat: move pgstat.c to utils/activity.

Andres Freund <andres@anarazel.de>

Commit: fbfe6910eca0d6a61cbcdd27cdd5a8d9de6477fa
Author: Andres Freund <andres@anarazel.de>
Date: 2022-04-07T04:29:46Z
Releases: 15.0
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 <andres@anarazel.de>
Discussion: https://postgr.es/m/20220303021600.hs34ghqcw6zcokdh@alap3.anarazel.de

Files

PathChange+/−
src/backend/postmaster/Makefile modified +0 −1
src/backend/utils/activity/Makefile modified +1 −0
src/backend/utils/activity/pgstat.c (from src/backend/postmaster/pgstat.c) renamed +1 −1

Discussion