mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
Fix duplicated consecutive words in comments
Also, fix a comment incorrectly referencing the "streaming read API". This was renamed to "read stream" shortly before being committed. Discussion: https://postgr.es/m/CAApHDvq-2Zdqytm_Hf3RmVf0qg5PS9jTFAJ5QTc9xH9pwvwDTA@mail.gmail.com
This commit is contained in:
@ -599,7 +599,7 @@ update_and_persist_local_synced_slot(RemoteSlot *remote_slot, Oid remote_dbid)
|
||||
* metadata of the slot as per the data received from the primary server.
|
||||
*
|
||||
* The slot is created as a temporary slot and stays in the same state until the
|
||||
* the remote_slot catches up with locally reserved position and local slot is
|
||||
* remote_slot catches up with locally reserved position and local slot is
|
||||
* updated. The slot is then persisted and is considered as sync-ready for
|
||||
* periodic syncs.
|
||||
*
|
||||
|
Reference in New Issue
Block a user