From: Magnus Hagander Date: Sun, 5 Nov 2017 16:48:20 +0000 (-0500) Subject: Fix comment X-Git-Tag: REL_11_BETA1~1282 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86bc521811f381a121817fdfb096df431edb32f5;p=thirdparty%2Fpostgresql.git Fix comment Author: Bernd Helmle --- diff --git a/src/bin/pg_basebackup/receivelog.c b/src/bin/pg_basebackup/receivelog.c index 07509cb8259..d29b501740a 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.