Remove duplicated words split across lines in comments
Michael Paquier <michael@paquier.xyz>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/gin/ginbtree.c | modified | +1 −1 |
| src/backend/access/transam/twophase.c | modified | +1 −1 |
| src/backend/access/transam/xlogarchive.c | modified | +1 −1 |
| src/backend/commands/analyze.c | modified | +1 −1 |
| src/backend/commands/seclabel.c | modified | +1 −1 |
| src/backend/libpq/be-secure-openssl.c | modified | +2 −2 |
| src/backend/partitioning/partprune.c | modified | +1 −1 |
| src/backend/storage/ipc/barrier.c | modified | +1 −1 |
| src/backend/utils/adt/datetime.c | modified | +2 −2 |
Discussion
- remove duplicated words in comments .. across lines 3 messages · 2018-09-08 → 2018-09-09