Re: Auxiliary Processes and MyAuxProc

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Auxiliary Processes and MyAuxProc
Дата
Msg-id 20200318010433.GA17520@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: Auxiliary Processes and MyAuxProc  (Justin Pryzby <pryzby@telsasoft.com>)
Ответы Re: Auxiliary Processes and MyAuxProc  (Mike Palmiotto <mike.palmiotto@crunchydata.com>)
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Berserk Autovacuum (let's save next Mandrill)
Следующее
От: yuzuko
Дата:
Сообщение: Re: Autovacuum on partitioned table