pgsql: Remove duplicated words split across lines in comments

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove duplicated words split across lines in comments
Date: 2018-09-08 19:24:59
Message-ID: E1fyiqp-000512-HE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-09-08 22:20:55 pgsql: Minor cleanup/future-proofing for pg_saslprep().
Previous Message Tom Lane 2018-09-08 00:10:20 pgsql: Save/restore SPI's global variables in SPI_connect() and SPI_fin