mirror of
https://github.com/postgres/postgres.git
synced 2026-02-22 09:20:24 -05:00
Fix typo in comment.
Forgot to "git add" it earlier.
This commit is contained in:
parent
f557826f8d
commit
ec3cb1ca2a
1 changed files with 1 additions and 1 deletions
|
|
@ -1068,7 +1068,7 @@ WalSndLoop(void)
|
|||
}
|
||||
|
||||
/*
|
||||
* If half of wal_sender_timeout has lapsed without receiving any
|
||||
* If half of wal_sender_timeout has elapsed without receiving any
|
||||
* reply from standby, send a keep-alive message requesting an
|
||||
* immediate reply.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue