pgstat: move pgstat.c to utils/activity.
authorAndres Freund
Thu, 7 Apr 2022 04:29:46 +0000 (21:29 -0700)
committerAndres Freund
Thu, 7 Apr 2022 04:29:46 +0000 (21:29 -0700)
commitfbfe6910eca0d6a61cbcdd27cdd5a8d9de6477fa
tree73123a2f334b257ea65c2ccf03e842260d603fb2
parent1db4e5a4eeec0c5e240628923daf0e0a666f8c04
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 
Discussion: https://postgr.es/m/20220303021600[email protected]
src/backend/postmaster/Makefile
src/backend/utils/activity/Makefile
src/backend/utils/activity/pgstat.c [moved from src/backend/postmaster/pgstat.c with 99% similarity]