[COMMITTERS] pgsql: Fix some cases of "the the" split across two lines. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Fix some cases of "the the" split across two lines.
Date
Msg-id E1dIHLN-00043g-74@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Use NIL rather than NULL to represent an empty list.
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Improve handover logic between sync and apply workers