process startup: Remove bootstrap / checker modes from AuxProcType.

Andres Freund <andres@anarazel.de>

Commit: f8dd4ecb0b7fc3420e199021375e622815cd326f
Author: Andres Freund <andres@anarazel.de>
Date: 2021-08-05T19:18:15Z
Releases: 15.0
process startup: Remove bootstrap / checker modes from AuxProcType.

Neither is actually initialized as an auxiliary process, so it does not really
make sense to reserve a PGPROC etc for them.

This keeps checker mode implemented by exiting partway through bootstrap
mode. That might be worth changing at some point, perhaps if we ever extend
checker mode to be a more general tool.

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

Discussion