mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Fix comment language
Per comment from Heikki
This commit is contained in:
parent
6b020d228b
commit
4ecd359c42
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue