Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a26ae56

Browse files
committed
Fix typos in comments.
1 parent fd90b5d commit a26ae56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/replication/basebackup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ SendBackupHeader(List *tablespaces)
752752

753753
/*
754754
* Send a single resultset containing just a single
755-
* XlogRecPtr record (in text format)
755+
* XLogRecPtr record (in text format)
756756
*/
757757
static void
758758
SendXlogRecPtrResult(XLogRecPtr ptr, TimeLineID tli)

src/bin/pg_basebackup/receivelog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ ReadEndOfStreamingResult(PGresult *res, XLogRecPtr *startpos, uint32 *timeline)
718718
}
719719

720720
/*
721-
* The main loop of ReceiveXLogStream. Handles the COPY stream after
721+
* The main loop of ReceiveXlogStream. Handles the COPY stream after
722722
* initiating streaming with the START_STREAMING command.
723723
*
724724
* If the COPY ends (not necessarily successfully) due a message from the

0 commit comments

Comments
 (0)