process startup: Rename postmaster's --forkboot to --forkaux.

Andres Freund <andres@anarazel.de>

Commit: 50017f77722b8b998ead5ca6fdb0b821fe7a34d2
Author: Andres Freund <andres@anarazel.de>
Date: 2021-08-05T18:54:11Z
Releases: 15.0
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

Files

PathChange+/−
src/backend/postmaster/postmaster.c modified +3 −3

Discussion