Re: pgsql: Doc: Update the interaction of tablesync with wal_retrieve_retry

From: Erik Rijkers <er(at)xs4all(dot)nl>
To: Amit Kapila <akapila(at)postgresql(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgsql: Doc: Update the interaction of tablesync with wal_retrieve_retry
Date: 2025-01-23 11:26:06
Message-ID: 6e625c81-968e-42d0-802d-edfaf9cfac11@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 1/22/25 06:34, Amit Kapila wrote:
> Doc: Update the interaction of tablesync with wal_retrieve_retry_interval.
> Branch
> ------
> master
>
> Details
> -------
> https://git.postgresql.org/pg/commitdiff/4a0e7314f11ee03adfe9df945598c068b4179314

Hi,

In this sentence :

"The initial data in existing subscribed tables are snapshotted and
copied in a parallel instances of a special kind of apply process."

"copied in a parallel instances" seems wrong. It should be either
(1) singular "in a parallel instance" or
(2) plural "in parallel instances"

I'm not sure which is meant. I also wonder if 'instance' is actually
the correct word here at all; see the Glossary definition of 'instance':

"A group of backend and auxiliary processes that communicate
using a common shared memory area. One postmaster process
manages the instance; one instance manages exactly one database
cluster with all its databases. Many instances can run on the same
server as long as their TCP ports do not conflict."

Thanks,

Erik

> Modified Files
> --------------
> doc/src/sgml/config.sgml | 3 ++-
> doc/src/sgml/logical-replication.sgml | 35 +++++++++++++++++++++++------------
> 2 files changed, 25 insertions(+), 13 deletions(-)
>

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2025-01-23 12:11:31 Re: pgsql: Doc: Update the interaction of tablesync with wal_retrieve_retry
Previous Message Peter Eisentraut 2025-01-23 11:22:13 pgsql: Add some const decorations (htup.h)

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2025-01-23 11:33:36 Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided.
Previous Message Ashutosh Bapat 2025-01-23 11:24:06 Re: POC: enable logical decoding when wal_level = 'replica' without a server restart