1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

Fix typos.

David Rowley
This commit is contained in:
Robert Haas
2014-10-20 10:33:16 -04:00
parent 0f565c0743
commit bc279c92f0
3 changed files with 3 additions and 3 deletions

View File

@ -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 *