pgsql: Fix duplicate words in comments

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix duplicate words in comments
Date: 2021-10-04 13:14:18
Message-ID: E1mXNnO-0004Wj-Mw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix duplicate words in comments

Remove accidentally duplicated words in code comments.

Author: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
Discussion: https://postgr.es/m/87bl45t0co.fsf@wibble.ilmari.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7111e332c57ddb562d0ce26a4e08761a0baafb65

Modified Files
--------------
src/backend/access/transam/parallel.c | 2 +-
src/backend/catalog/heap.c | 2 +-
src/backend/commands/copyfromparse.c | 2 +-
src/backend/partitioning/partdesc.c | 2 +-
src/backend/storage/buffer/bufmgr.c | 2 +-
src/backend/storage/ipc/standby.c | 2 +-
src/include/access/tableam.h | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2021-10-04 17:13:20 Re: pgsql: Document XLOG_INCLUDE_XID a little better
Previous Message Daniel Gustafsson 2021-10-04 12:33:56 pgsql: Provide error hint on exit() check when building libpq