]> granicus.if.org Git - postgresql/commitdiff
Fix comment
authorMagnus Hagander <magnus@hagander.net>
Sun, 5 Nov 2017 16:48:20 +0000 (11:48 -0500)
committerMagnus Hagander <magnus@hagander.net>
Sun, 5 Nov 2017 16:48:20 +0000 (11:48 -0500)
Author: Bernd Helmle <mailings@oopsware.de>

src/bin/pg_basebackup/receivelog.c

index 07509cb82594cba735c1068eff1d988243913075..d29b501740af45fc31d81dee01e91eff835c7542 100644 (file)
@@ -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.