Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4ecd359

Browse files
committed
Fix comment language
Per comment from Heikki
1 parent 6b020d2 commit 4ecd359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/pg_basebackup/receivelog.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,8 @@ ReceiveXlogStream(PGconn *conn, XLogRecPtr startpos, uint32 timeline, char *sysi
379379
{
380380
/*
381381
* keepalive message, sent in 9.2 and newer. We just ignore
382-
* this message completely, but need to forward past it
383-
* in our reading.
382+
* this message completely, but need to skip past it in the
383+
* stream.
384384
*/
385385
if (r != STREAMING_KEEPALIVE_SIZE)
386386
{

0 commit comments

Comments
 (0)