pgsql: Remove duplicate words in comments

Started by Daniel Gustafssonover 1 year ago1 messagescomitters
Jump to latest
#1Daniel Gustafsson
daniel@yesql.se

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: /messages/by-id/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(-)