mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Remove duplicated words in comments.
David Rowley
This commit is contained in:
@@ -1439,9 +1439,9 @@ XLogSend(bool *caughtup)
|
||||
if (sendTimeLineIsHistoric)
|
||||
{
|
||||
/*
|
||||
* Streaming an old timeline timeline that's in this server's history,
|
||||
* but is not the one we're currently inserting or replaying. It can
|
||||
* be streamed up to the point where we switched off that timeline.
|
||||
* Streaming an old timeline that's in this server's history, but is
|
||||
* not the one we're currently inserting or replaying. It can be
|
||||
* streamed up to the point where we switched off that timeline.
|
||||
*/
|
||||
SendRqstPtr = sendTimeLineValidUpto;
|
||||
}
|
||||
|
Reference in New Issue
Block a user