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

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: process startup: Remove bootstrap / checker modes from AuxProcTy
Date: 2022-09-14 04:43:57
Message-ID: f4c09d51-74b3-3d8d-1015-966d7c7bc698@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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 bootstrap
> mode. That might be worth changing at some point, perhaps if we ever extend
> checker mode to be a more general tool.

I don't know if this was the original commit that added the --check
option or was just refactoring around it, but:

I don't see any mention of the --check option in the postgres man page.
That should be added.

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-09-14 04:49:25 Re: pgsql: process startup: Remove bootstrap / checker modes from AuxProcTy
Previous Message Peter Eisentraut 2022-09-14 04:18:18 pgsql: Expand palloc/pg_malloc API for more type safety