From 6fc4fc42da07c47a9b8d014ab18d005cf8b3e176 Mon Sep 17 00:00:00 2001 From: Amit Kapila Date: Fri, 24 Jan 2025 08:25:21 +0530 Subject: [PATCH] Doc: Fix a typo introduced in 4a0e7314f1. Author: Erik Rijkers Discussion: https://postgr.es/m/6e625c81-968e-42d0-802d-edfaf9cfac11@xs4all.nl --- doc/src/sgml/logical-replication.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index ab683cf111e..07a07dfe0ba 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -2017,7 +2017,7 @@ CONTEXT: processing remote data for replication origin "pg_16395" during "INSER Initial Snapshot The initial data in existing subscribed tables are snapshotted and - copied in a parallel instances of a special kind of apply process. + copied in parallel instances of a special kind of apply process. These special apply processes are dedicated table synchronization workers, spawned for each table to be synchronized. Each table synchronization process will create its own replication slot and -- 2.39.5