]> granicus.if.org Git - postgresql/commit
Fix some cases of "the the" split across two lines.
authorRobert Haas <rhaas@postgresql.org>
Tue, 6 Jun 2017 16:24:44 +0000 (12:24 -0400)
committerRobert Haas <rhaas@postgresql.org>
Tue, 6 Jun 2017 16:24:44 +0000 (12:24 -0400)
commit79c4fa0f62291fd30d126a12f35b9ce71f06b3c0
treec3f9019b21fb9b247c246aea77b0434f9d095931
parent3106829513ab7c8e46e94db103f1ef8d8dfd379b
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
doc/src/sgml/catalogs.sgml
doc/src/sgml/ddl.sgml
src/bin/pg_basebackup/receivelog.c