pgsql: Fix duplicated words in comments

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix duplicated words in comments
Date: 2019-05-14 00:46:34
Message-ID: E1hQLaU-000340-8q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix duplicated words in comments

Author: Stephen Amell
Discussion: https://postgr.es/m/539fa271-21b3-777e-a468-d96cffe9c768@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7e19929ea29668f3d01280262e407b93042c959a

Modified Files
--------------
src/backend/executor/execExpr.c | 2 +-
src/backend/replication/logical/reorderbuffer.c | 2 +-
src/include/c.h | 2 +-
src/include/jit/llvmjit_emit.h | 4 ++--
src/include/nodes/execnodes.h | 2 +-
src/include/replication/logical.h | 2 +-
6 files changed, 7 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2019-05-14 02:21:35 pgsql: doc: properly attibute PG 12 pgbench release note item
Previous Message Peter Geoghegan 2019-05-13 22:54:04 pgsql: Standardize ItemIdData terminology.