process startup: Move AuxiliaryProcessMain into its own file.
authorAndres Freund <andres@anarazel.de>
Thu, 5 Aug 2021 19:09:19 +0000 (12:09 -0700)
committerAndres Freund <andres@anarazel.de>
Thu, 5 Aug 2021 19:12:11 +0000 (12:12 -0700)
commit0a692109dcc73178962069addf7478ac89950e4d
tree9b73ed9535a414ba39f8fcf64ee0884588117a86
parent27f790346621e1db3cc0305e7ae2b2cbfb537aa6
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 <andres@anarazel.de>
Reviewed-By: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Reviewed-By: Robert Haas <robertmhaas@gmail.com>
Discussion: https://postgr.es/m/20210802164124.ufo5buo4apl6yuvs@alap3.anarazel.de
src/backend/bootstrap/bootstrap.c
src/backend/postmaster/Makefile
src/backend/postmaster/auxprocess.c [new file with mode: 0644]
src/backend/postmaster/postmaster.c
src/include/bootstrap/bootstrap.h
src/include/miscadmin.h
src/include/postmaster/auxprocess.h [new file with mode: 0644]