1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

Remove duplicated words in comments.

David Rowley
This commit is contained in:
Heikki Linnakangas
2015-04-12 10:46:17 +03:00
parent 83aca89f7c
commit a10589a512
4 changed files with 7 additions and 7 deletions

View File

@@ -2183,9 +2183,9 @@ XLogSendPhysical(void)
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;
}