pgsql: doc: remove verbiage about "receiving" data from rep. slots

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: remove verbiage about "receiving" data from rep. slots
Date: 2025-11-14 13:56:06
Message-ID: E1vJuHW-006ZaM-2j@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: remove verbiage about "receiving" data from rep. slots

The slots are just LSN markers, not something to receive from.

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a554389fb5f96baba834c28bd4fc802fa1c8065f

Modified Files
--------------
doc/src/sgml/logical-replication.sgml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2025-11-14 14:02:12 Re: pgsql: doc: remove verbiage about "receiving" data from rep. slots
Previous Message Fujii Masao 2025-11-14 13:43:15 pgsql: pgbench: Fix assertion failure with multiple \syncpipeline in pi