Fix some cases of "the the" split across two lines.

Robert Haas <rhaas@postgresql.org>

Commit: 79c4fa0f62291fd30d126a12f35b9ce71f06b3c0
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-06-06T16:24:44Z
Releases: 10.0
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

Files

PathChange+/−
doc/src/sgml/catalogs.sgml modified +2 −2
doc/src/sgml/ddl.sgml modified +1 −1
src/bin/pg_basebackup/receivelog.c modified +1 −1

Documentation touched

Discussion