Fix comment

Author: Bernd Helmle <mailings@oopsware.de>
This commit is contained in:
Magnus Hagander 2017-11-05 11:48:20 -05:00
parent 42de8a0255
commit 86bc521811
1 changed files with 1 additions and 1 deletions

View 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.