Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e80f619

Browse files
committed
doc: Use "connections" instead of "slots" to avoid confusion
The text was written before replication slots existed, but now "slot" is best not used for anything else in the space of replication.
1 parent 28d1726 commit e80f619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/pg_basebackup.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ PostgreSQL documentation
313313
Stream the transaction log while the backup is created. This will
314314
open a second connection to the server and start streaming the
315315
transaction log in parallel while running the backup. Therefore,
316-
it will use up two slots configured by the
316+
it will use up two connections configured by the
317317
<xref linkend="guc-max-wal-senders"> parameter. As long as the
318318
client can keep up with transaction log received, using this mode
319319
requires no extra transaction logs to be saved on the master.

0 commit comments

Comments
 (0)