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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix some cases of "the the" split across two lines.
Date: 2017-06-06 16:28:33
Message-ID: E1dIHLN-00043g-74@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/79c4fa0f62291fd30d126a12f35b9ce71f06b3c0

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 4 ++--
doc/src/sgml/ddl.sgml | 2 +-
src/bin/pg_basebackup/receivelog.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-06-06 18:51:12 pgsql: Improve handover logic between sync and apply workers
Previous Message Robert Haas 2017-06-06 15:22:01 pgsql: Use NIL rather than NULL to represent an empty list.