mirror of
https://github.com/postgres/postgres.git
synced 2025-05-17 06:41:24 +03:00
Remove duplicated words in comments.
David Rowley
This commit is contained in:
parent
3b4da9ae99
commit
8dfddf14c5
@ -1439,9 +1439,9 @@ XLogSend(bool *caughtup)
|
|||||||
if (sendTimeLineIsHistoric)
|
if (sendTimeLineIsHistoric)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* Streaming an old timeline timeline that's in this server's history,
|
* Streaming an old timeline that's in this server's history, but is
|
||||||
* but is not the one we're currently inserting or replaying. It can
|
* not the one we're currently inserting or replaying. It can be
|
||||||
* be streamed up to the point where we switched off that timeline.
|
* streamed up to the point where we switched off that timeline.
|
||||||
*/
|
*/
|
||||||
SendRqstPtr = sendTimeLineValidUpto;
|
SendRqstPtr = sendTimeLineValidUpto;
|
||||||
}
|
}
|
||||||
|
@ -329,7 +329,7 @@ StartLogStreamer(char *startpos, uint32 timeline, char *sysidentifier)
|
|||||||
snprintf(param->xlogdir, sizeof(param->xlogdir), "%s/pg_xlog", basedir);
|
snprintf(param->xlogdir, sizeof(param->xlogdir), "%s/pg_xlog", basedir);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Create pg_xlog/archive_status (and thus pg_xlog) so we can can write to
|
* Create pg_xlog/archive_status (and thus pg_xlog) so we can write to
|
||||||
* basedir/pg_xlog as the directory entry in the tar file may arrive
|
* basedir/pg_xlog as the directory entry in the tar file may arrive
|
||||||
* later.
|
* later.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user