mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
Remove duplicated words in comments.
David Rowley
This commit is contained in:
parent
9abf89828e
commit
3a9951d62e
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ StartLogStreamer(char *startpos, uint32 timeline, char *sysidentifier)
|
|||
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
|
||||
* later.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue