1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-21 12:05:57 +03:00

Fix typo in comment.

Forgot to "git add" it earlier.
This commit is contained in:
Heikki Linnakangas 2014-03-07 10:36:31 +02:00
parent f557826f8d
commit ec3cb1ca2a

View File

@ -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.
*/