summaryrefslogtreecommitdiff
path: root/src/backend/postmaster/Makefile
diff options
context:
space:
mode:
authorAndres Freund2021-08-05 19:09:19 +0000
committerAndres Freund2021-08-05 19:12:11 +0000
commit0a692109dcc73178962069addf7478ac89950e4d (patch)
tree9b73ed9535a414ba39f8fcf64ee0884588117a86 /src/backend/postmaster/Makefile
parent27f790346621e1db3cc0305e7ae2b2cbfb537aa6 (diff)
process startup: Move AuxiliaryProcessMain into its own file.
After the preceding commits the auxprocess code is independent from bootstrap.c - so a dedicated file seems less confusing. Author: Andres Freund <[email protected]> Reviewed-By: Kyotaro Horiguchi <[email protected]> Reviewed-By: Robert Haas <[email protected]> Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/postmaster/Makefile')
-rw-r--r--src/backend/postmaster/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/postmaster/Makefile b/src/backend/postmaster/Makefile
index bfdf6a833db..787c6a2c3bf 100644
--- a/src/backend/postmaster/Makefile
+++ b/src/backend/postmaster/Makefile
@@ -14,6 +14,7 @@ include $(top_builddir)/src/Makefile.global
OBJS = \
autovacuum.o \
+ auxprocess.o \
bgworker.o \
bgwriter.o \
checkpointer.o \