aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2017-11-05 11:48:20 -0500
committerMagnus Hagander <magnus@hagander.net>2017-11-05 11:48:20 -0500
commit86bc521811f381a121817fdfb096df431edb32f5 (patch)
treec8f09d99ba1c32e47abc40c0f5b0bf6341e3c28e /src
parent42de8a0255c2509bf179205e94b9d65f9d6f3cf9 (diff)
downloadpostgresql-86bc521811f381a121817fdfb096df431edb32f5.tar.gz
postgresql-86bc521811f381a121817fdfb096df431edb32f5.zip
Fix comment
Author: Bernd Helmle <mailings@oopsware.de>
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_basebackup/receivelog.c2
1 files changed, 1 insertions, 1 deletions
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.