PS_NITPICKS_V2.txt

text/plain

Filename: PS_NITPICKS_V2.txt
Type: text/plain
Part: 0
Message: Re: Documentation update of wal_retrieve_retry_interval to mention table sync worker
diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml
index 925e0dd..3b01694 100644
--- a/doc/src/sgml/logical-replication.sgml
+++ b/doc/src/sgml/logical-replication.sgml
@@ -1993,8 +1993,8 @@ CONTEXT:  processing remote data for replication origin "pg_16395" during "INSER
     <title>Initial Snapshot</title>
     <para>
      The initial data in existing subscribed tables are snapshotted and
-     copied in a parallel instance of a special kind of table synchronization
-     worker process. This process will create its own replication slot and copy
+     copied in a parallel instance of a special table synchronization
+     worker process per table. This process will create its own replication slot and copy
      the existing data.  As soon as the copy is finished the table contents will
      become visible to other backends.  Once existing data is copied, the worker
      enters synchronization mode, which ensures that the table is brought up to