mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix comment
Author: Bernd Helmle <mailings@oopsware.de>
This commit is contained in:
parent
42de8a0255
commit
86bc521811
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue