Re: pgsql: process startup: Remove bootstrap / checker modes from AuxProcTy

2022-09-14 Thread Peter Eisentraut
On 14.09.22 06:49, Andres Freund wrote: I don't see any mention of the --check option in the postgres man page. That should be added. IIRC we discussed that at some point and considered it a sufficiently internal option that documenting it in user facing docs doesn't seem useful. Ok, I s

Re: pgsql: process startup: Remove bootstrap / checker modes from AuxProcTy

2022-09-13 Thread Andres Freund
Hi, On September 13, 2022 9:43:57 PM PDT, Peter Eisentraut wrote: >On 05.08.21 21:26, Andres Freund wrote: >> 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

Re: pgsql: process startup: Remove bootstrap / checker modes from AuxProcTy

2022-09-13 Thread Peter Eisentraut
On 05.08.21 21:26, Andres Freund wrote: 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