mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Fix typos in comments.
This commit is contained in:
parent
fd90b5d574
commit
a26ae56f51
@ -752,7 +752,7 @@ SendBackupHeader(List *tablespaces)
|
||||
|
||||
/*
|
||||
* Send a single resultset containing just a single
|
||||
* XlogRecPtr record (in text format)
|
||||
* XLogRecPtr record (in text format)
|
||||
*/
|
||||
static void
|
||||
SendXlogRecPtrResult(XLogRecPtr ptr, TimeLineID tli)
|
||||
|
@ -718,7 +718,7 @@ ReadEndOfStreamingResult(PGresult *res, XLogRecPtr *startpos, uint32 *timeline)
|
||||
}
|
||||
|
||||
/*
|
||||
* The main loop of ReceiveXLogStream. Handles the COPY stream after
|
||||
* The main loop of ReceiveXlogStream. Handles the COPY stream after
|
||||
* initiating streaming with the START_STREAMING command.
|
||||
*
|
||||
* If the COPY ends (not necessarily successfully) due a message from the
|
||||
|
Loading…
Reference in New Issue
Block a user