diff options
Diffstat (limited to 'src/bin/pg_basebackup/receivelog.c')
-rw-r--r-- | src/bin/pg_basebackup/receivelog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/receivelog.c b/src/bin/pg_basebackup/receivelog.c index 89b22f20e2a..c6c90fb2ea3 100644 --- a/src/bin/pg_basebackup/receivelog.c +++ b/src/bin/pg_basebackup/receivelog.c @@ -753,7 +753,7 @@ ReadEndOfStreamingResult(PGresult *res, XLogRecPtr *startpos, uint32 *timeline) * initiating streaming with the START_STREAMING command. * * If the COPY ends (not necessarily successfully) due a message from the - * server, returns a PGresult and sets sets *stoppos to the last byte written. + * server, returns a PGresult and sets *stoppos to the last byte written. * On any other sort of error, returns NULL. */ static PGresult * |