1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

Fix typos in comments.

This commit is contained in:
Fujii Masao
2014-07-07 19:39:42 +09:00
parent 4893ccd024
commit 4cbd128328
3 changed files with 3 additions and 3 deletions

View File

@ -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 seconds.
* back to the master letting it know our progress, in miliseconds.
* This message will only contain the write location, and never
* flush or replay.
*