pgsql: Remove duplicate words in comments - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Remove duplicate words in comments
Date
Msg-id E1t6SiA-003HTc-DK@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Split RelationClearRelation into three different functions
Next
From: Bruce Momjian
Date:
Subject: Re: pgsql: ecpg: Fix out-of-bound read in DecodeDateTime()