process startup: Move AuxiliaryProcessMain into its own file.
authorAndres Freund <[email protected]>
Thu, 5 Aug 2021 19:09:19 +0000 (12:09 -0700)
committerAndres Freund <[email protected]>
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 <[email protected]>
Reviewed-By: Kyotaro Horiguchi <[email protected]>
Reviewed-By: Robert Haas <[email protected]>
Discussion: https://postgr.es/m/20210802164124[email protected]
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]