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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: Fix some cases of "the the" split across two lines.
Дата
Msg-id E1dIHLN-00043g-74@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Use NIL rather than NULL to represent an empty list.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Improve handover logic between sync and apply workers