From 86bc521811f381a121817fdfb096df431edb32f5 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sun, 5 Nov 2017 11:48:20 -0500 Subject: [PATCH] Fix comment Author: Bernd Helmle --- src/bin/pg_basebackup/receivelog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_basebackup/receivelog.c b/src/bin/pg_basebackup/receivelog.c index 07509cb825..d29b501740 100644 --- a/src/bin/pg_basebackup/receivelog.c +++ b/src/bin/pg_basebackup/receivelog.c @@ -747,7 +747,7 @@ ReadEndOfStreamingResult(PGresult *res, XLogRecPtr *startpos, uint32 *timeline) /* * The main loop of ReceiveXlogStream. Handles the COPY stream after - * initiating streaming with the START_STREAMING command. + * initiating streaming with the START_REPLICATION command. * * If the COPY ends (not necessarily successfully) due a message from the * server, returns a PGresult and sets *stoppos to the last byte written.