Commit a26ae56f authored by Fujii Masao's avatar Fujii Masao

Fix typos in comments.

parent fd90b5d5
...@@ -752,7 +752,7 @@ SendBackupHeader(List *tablespaces) ...@@ -752,7 +752,7 @@ SendBackupHeader(List *tablespaces)
/* /*
* Send a single resultset containing just a single * Send a single resultset containing just a single
* XlogRecPtr record (in text format) * XLogRecPtr record (in text format)
*/ */
static void static void
SendXlogRecPtrResult(XLogRecPtr ptr, TimeLineID tli) SendXlogRecPtrResult(XLogRecPtr ptr, TimeLineID tli)
......
...@@ -718,7 +718,7 @@ ReadEndOfStreamingResult(PGresult *res, XLogRecPtr *startpos, uint32 *timeline) ...@@ -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. * initiating streaming with the START_STREAMING command.
* *
* If the COPY ends (not necessarily successfully) due a message from the * If the COPY ends (not necessarily successfully) due a message from the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment