process startup: Rename postmaster's --forkboot to --forkaux.
authorAndres Freund <andres@anarazel.de>
Thu, 5 Aug 2021 02:28:46 +0000 (19:28 -0700)
committerAndres Freund <andres@anarazel.de>
Thu, 5 Aug 2021 18:54:11 +0000 (11:54 -0700)
commit50017f77722b8b998ead5ca6fdb0b821fe7a34d2
treed61cf6d531a5aaf81c85fc96e3a130ec2758d63d
parentaa769f80ed80b7adfbdea9a6bc267ba4aeb80fd7
process startup: Rename postmaster's --forkboot to --forkaux.

It is confusing that aux processes are started with --forkboot, given that
bootstrap mode cannot run below postmaster.

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/postmaster/postmaster.c