Re: Logical replication launcher's bgworker enabled by default, and max_logical_replication_workers

From: Jaime Casanova <jaime(dot)casanova(at)2ndquadrant(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Logical replication launcher's bgworker enabled by default, and max_logical_replication_workers
Date: 2017-01-23 05:19:16
Message-ID: CAJGNTeMEK+878LPGY-42m6O13NYi4zAcC-+zzP=6iM2zuOnsTw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 22 January 2017 at 23:37, Michael Paquier <michael(dot)paquier(at)gmail(dot)com> wrote:
> Hi all,
>
> When spawning a new instance, I found the following thing, which is
> surprising at first sight:
> postgres: bgworker: logical replication launcher
>

This is because the downstream needs it
https://www.postgresql.org/message-id/CAMsr%2BYHH2XRUeqWT6pn_X0tFpP5ci7Fsrsn67TDXbFLeMknhBA%40mail.gmail.com

> In the same range of thoughts, it is also surprising to have the
> default value of max_logical_replication_workers set to 4, I would
> have thought that for a feature that has created more than 13k of code
> diffs, it would be disabled by default.
>

+1, we should that to 0 before release

--
Jaime Casanova www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Craig Ringer 2017-01-23 05:42:14 Re: Logical replication launcher's bgworker enabled by default, and max_logical_replication_workers
Previous Message Michael Paquier 2017-01-23 05:12:47 Re: [PATCH] Rename pg_switch_xlog to pg_switch_wal