From 3a9951d62e37d0660505d9e6fe6647f6b4743008 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Sun, 12 Apr 2015 10:46:17 +0300 Subject: [PATCH] Remove duplicated words in comments. David Rowley --- src/bin/pg_basebackup/pg_basebackup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_basebackup/pg_basebackup.c b/src/bin/pg_basebackup/pg_basebackup.c index 61d2cb3a73..7a3e82983f 100644 --- a/src/bin/pg_basebackup/pg_basebackup.c +++ b/src/bin/pg_basebackup/pg_basebackup.c @@ -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. */ -- 2.40.0