mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
Fix typo in comment.
This typo was accidentally added by recent commit 4cbd128.
This commit is contained in:
parent
7700597b34
commit
6048896e4c
1 changed files with 1 additions and 1 deletions
|
|
@ -410,7 +410,7 @@ CheckServerVersionForStreaming(PGconn *conn)
|
|||
* indefinitely.
|
||||
*
|
||||
* standby_message_timeout controls how often we send a message
|
||||
* back to the master letting it know our progress, in miliseconds.
|
||||
* back to the master letting it know our progress, in milliseconds.
|
||||
* This message will only contain the write location, and never
|
||||
* flush or replay.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue