Re:

From: Dilip Kumar <dilipbalaut(at)gmail(dot)com>
To: Loles <lolesft(at)gmail(dot)com>
Cc: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re:
Date: 2021-05-17 05:41:02
Message-ID: CAFiTN-v=nXqufYKoKaahSrBXdXRyvBj3gMF+E_jMYnxzQeSs7Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, May 17, 2021 at 12:18 AM Loles <lolesft(at)gmail(dot)com> wrote:
>
> Hi!
>
> Let's see if someone can answer my question.
>
> In a default PostgreSQL 13 installation, starting the server starts a process called "logical replication launcher".
>
> I know what logical replication is but I don't know what this process does on the server.
>
> Even if you change the default setting of wal_level to minimal, the process continues to start after the server is restarted so that it takes the change in the wal_level parameter.

This process launches the worker process for each subscription for
applying the logical replication changes. It does not matter what is
the wal level, because wal level should be logical to create a
publisher but this is used for launching the worker for the
subscriber. So in short this process will scan the subscriber and
launches the apply worker if there is no worker corresponding to some
subscription.

--
Regards,
Dilip Kumar
EnterpriseDB: http://www.enterprisedb.com

In response to

  • at 2021-05-16 18:47:20 from Loles

Responses

  • Re: at 2021-05-17 05:56:48 from Loles

Browse pgsql-general by date

  From Date Subject
Next Message Loles 2021-05-17 05:56:48 Re:
Previous Message Loles 2021-05-17 05:11:50 Re: