postgresql/src/backend/bootstrap
Andres Freund 5aa4a9d207 process startup: Separate out BootstrapModeMain from AuxiliaryProcessMain.
There practically was no shared code between the two, once all the ifs are
removed. And it was quite confusing that aux processes weren't actually
started by the call to AuxiliaryProcessMain() in main().

There's more to do, AuxiliaryProcessMain() should move out of bootstrap.c, and
BootstrapModeMain() shouldn't use/be part of AuxProcType.

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
2021-08-05 12:03:30 -07:00
..
.gitignore
bootparse.y Update copyright for 2021 2021-01-02 13:06:25 -05:00
bootscanner.l Update copyright for 2021 2021-01-02 13:06:25 -05:00
bootstrap.c process startup: Separate out BootstrapModeMain from AuxiliaryProcessMain. 2021-08-05 12:03:30 -07:00
Makefile