Commit 4ecd359c authored by Magnus Hagander's avatar Magnus Hagander

Fix comment language

Per comment from Heikki
parent 6b020d22
...@@ -379,8 +379,8 @@ ReceiveXlogStream(PGconn *conn, XLogRecPtr startpos, uint32 timeline, char *sysi ...@@ -379,8 +379,8 @@ ReceiveXlogStream(PGconn *conn, XLogRecPtr startpos, uint32 timeline, char *sysi
{ {
/* /*
* keepalive message, sent in 9.2 and newer. We just ignore * keepalive message, sent in 9.2 and newer. We just ignore
* this message completely, but need to forward past it * this message completely, but need to skip past it in the
* in our reading. * stream.
*/ */
if (r != STREAMING_KEEPALIVE_SIZE) if (r != STREAMING_KEEPALIVE_SIZE)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment