1
0
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:
Magnus Hagander 2012-01-09 18:16:51 +01:00
parent 6b020d228b
commit 4ecd359c42

View File

@ -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)
{