pgsql: Remove duplicated words split across lines in comments

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Remove duplicated words split across lines in comments
Дата
Msg-id E1fyiqp-000512-HE@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove duplicated words split across lines in comments

This has been detected using some interesting tricks with sed, and the
method used is mentioned in details in the discussion below.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20180908013109.GB15350@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9226a3b89b004b3472d963442856206f0c249a53

Modified Files
--------------
src/backend/access/gin/ginbtree.c        | 2 +-
src/backend/access/transam/twophase.c    | 2 +-
src/backend/access/transam/xlogarchive.c | 2 +-
src/backend/commands/analyze.c           | 2 +-
src/backend/commands/seclabel.c          | 2 +-
src/backend/libpq/be-secure-openssl.c    | 4 ++--
src/backend/partitioning/partprune.c     | 2 +-
src/backend/storage/ipc/barrier.c        | 2 +-
src/backend/utils/adt/datetime.c         | 4 ++--
9 files changed, 11 insertions(+), 11 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Save/restore SPI's global variables in SPI_connect() andSPI_fin
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Minor cleanup/future-proofing for pg_saslprep().