pgsql: Remove duplicate words in docs and code comments.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove duplicate words in docs and code comments.
Date: 2023-10-09 03:58:41
Message-ID: E1qphPk-000jfI-Er@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove duplicate words in docs and code comments.

Additionally, add a missing "the" in a couple of places.

Author: Vignesh C, Dagfinn Ilmari Mannsåker
Discussion: http://postgr.es/m/CALDaNm28t+wWyPfuyqEaARS810Je=dRFkaPertaLAEJYY2cWYQ@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
.cirrus.star | 2 +-
contrib/citext/expected/citext_utf8.out | 2 +-
contrib/citext/expected/citext_utf8_1.out | 2 +-
contrib/citext/sql/citext_utf8.sql | 2 +-
doc/src/sgml/logical-replication.sgml | 2 +-
doc/src/sgml/ref/create_subscription.sgml | 2 +-
src/backend/access/nbtree/nbtsearch.c | 4 ++--
src/backend/access/transam/xlogreader.c | 2 +-
src/backend/executor/nodeHashjoin.c | 2 +-
src/test/regress/expected/tuplesort.out | 4 ++--
src/test/regress/sql/tuplesort.sql | 4 ++--
11 files changed, 14 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2023-10-09 04:25:39 pgsql: Optimize various aggregate deserialization functions
Previous Message David Rowley 2023-10-09 03:37:49 pgsql: Strip off ORDER BY/DISTINCT aggregate pathkeys in create_agg_pat