mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
Fix comment language
Per comment from Heikki
This commit is contained in:
parent
6b020d228b
commit
4ecd359c42
@ -379,8 +379,8 @@ ReceiveXlogStream(PGconn *conn, XLogRecPtr startpos, uint32 timeline, char *sysi
|
||||
{
|
||||
/*
|
||||
* keepalive message, sent in 9.2 and newer. We just ignore
|
||||
* this message completely, but need to forward past it
|
||||
* in our reading.
|
||||
* this message completely, but need to skip past it in the
|
||||
* stream.
|
||||
*/
|
||||
if (r != STREAMING_KEEPALIVE_SIZE)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user