pgsql: pgstat: move pgstat.c to utils/activity. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: pgstat: move pgstat.c to utils/activity.
Date
Msg-id E1ncJtG-000gDS-2f@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

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(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Reorder subskiplsn in pg_subscription to avoid alignment issues.
Next
From: Michael Paquier
Date:
Subject: pgsql: Add single-item cache when looking at topmost XID of a subtrans