pgsql: Remove duplicate words in comments

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove duplicate words in comments
Date: 2024-10-31 10:47:29
Message-ID: E1t6SiA-003HTc-DK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove duplicate words in comments

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

Author: Vignesh C <vignesh21(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2024-10-31 14:44:36 Re: pgsql: ecpg: Fix out-of-bound read in DecodeDateTime()
Previous Message Heikki Linnakangas 2024-10-31 08:13:25 pgsql: Simplify call to rebuild relcache entry for indexes