We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db4e5a commit fbfe691Copy full SHA for fbfe691
src/backend/postmaster/Makefile
@@ -21,7 +21,6 @@ OBJS = \
21
fork_process.o \
22
interrupt.o \
23
pgarch.o \
24
- pgstat.o \
25
postmaster.o \
26
shell_archive.o \
27
startup.o \
src/backend/utils/activity/Makefile
@@ -16,6 +16,7 @@ include $(top_builddir)/src/Makefile.global
16
OBJS = \
17
backend_progress.o \
18
backend_status.o \
19
+ pgstat.o \
20
pgstat_archiver.o \
pgstat_bgwriter.o \
pgstat_checkpointer.o \
src/backend/postmaster/pgstat.c renamed to src/backend/utils/activity/pgstat.c
@@ -84,7 +84,7 @@
84
* Copyright (c) 2001-2022, PostgreSQL Global Development Group
85
*
86
* IDENTIFICATION
87
- * src/backend/postmaster/pgstat.c
+ * src/backend/utils/activity/pgstat.c
88
* ----------
89
*/
90
#include "postgres.h"
0 commit comments