Re: Auxiliary Processes and MyAuxProc - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Auxiliary Processes and MyAuxProc
Date
Msg-id 20200318010433.GA17520@alvherre.pgsql
Whole thread Raw
In response to Re: Auxiliary Processes and MyAuxProc  (Justin Pryzby <pryzby@telsasoft.com>)
Responses Re: Auxiliary Processes and MyAuxProc  (Mike Palmiotto <mike.palmiotto@crunchydata.com>)
List pgsql-hackers
On 2020-Mar-17, Justin Pryzby wrote:

> +static PgSubprocess process_types[] = {
> +    {
> +        .desc = "checker",
> +        .entrypoint = CheckerModeMain
> +    },
> +    {
> +        .desc = "bootstrap",
> +        .entrypoint = BootstrapModeMain
> +    },

Maybe this stuff can be resolved using a technique like rmgrlist.h or
cmdtaglist.h.  That way it's not in two separate files.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Berserk Autovacuum (let's save next Mandrill)
Next
From: yuzuko
Date:
Subject: Re: Autovacuum on partitioned table