Thread: pgsql: Remove duplicate words in comments

pgsql: Remove duplicate words in comments

From
Daniel Gustafsson
Date:
Remove duplicate words in comments

A few comments contained duplicate "the" in sentences, fix by removing
one occurrence.

Author: Vignesh C <vignesh21@gmail.com>
Discussion: https://postgr.es/m/CALDaNm2aEEiPwGJmPdzBxROVvs8n75yCjKz4K1f1B2TdWpzxTA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fb7e27abfbd4e1bae44ce29f5f2c6f6d1aabb5e2

Modified Files
--------------
src/backend/executor/execExprInterp.c     | 6 +++---
src/backend/executor/nodeBitmapHeapscan.c | 2 +-
src/backend/optimizer/prep/prepjointree.c | 2 +-
src/backend/postmaster/postmaster.c       | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)