Remove duplicate words in comments A few comments contained duplicate "the" in sentences, fix by removing one occurrence.
Author: Vignesh C <[email protected]> Discussion: https://postgr.es/m/caldanm2aeeipwgjmpdzbxrovvs8n75ycjkz4k1f1b2tdwpz...@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(-)
