aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2017-06-06 12:24:44 -0400
committerRobert Haas <rhaas@postgresql.org>2017-06-06 12:24:44 -0400
commit79c4fa0f62291fd30d126a12f35b9ce71f06b3c0 (patch)
treec3f9019b21fb9b247c246aea77b0434f9d095931 /src
parent3106829513ab7c8e46e94db103f1ef8d8dfd379b (diff)
downloadpostgresql-79c4fa0f62291fd30d126a12f35b9ce71f06b3c0.tar.gz
postgresql-79c4fa0f62291fd30d126a12f35b9ce71f06b3c0.zip
Fix some cases of "the the" split across two lines.
Kevin Grittner observed that 2186b608b3cb859fe0ec04015a5c4e4cbf69caed introduced a new occurence of this by copying existing text, and I found a few more cases using grep. Discussion: http://postgr.es/m/CADAecHWfG-K+YvocHCkrXV-ycm+eUOaaUVfYZNOnwf0pSmuQCw@mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_basebackup/receivelog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/receivelog.c b/src/bin/pg_basebackup/receivelog.c
index cf730da283a..52aa274bb89 100644
--- a/src/bin/pg_basebackup/receivelog.c
+++ b/src/bin/pg_basebackup/receivelog.c
@@ -629,7 +629,7 @@ ReceiveXlogStream(PGconn *conn, StreamCtl *stream)
* server had sent us half of a WAL record, when it was promoted.
* The new timeline will begin at the end of the last complete
* record in that case, overlapping the partial WAL record on the
- * the old timeline.
+ * old timeline.
*/
uint32 newtimeline;
bool parsed;