pgsql: Fix typos and grammar in code comments - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix typos and grammar in code comments
Date
Msg-id E1mUj7F-0001Qx-Px@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix typos and grammar in code comments

Several mistakes have piled in the code comments over the time,
including incorrect grammar, function names and simple typos.  This
commit takes care of a portion of these.

No backpatch is done as this is only cosmetic.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20210924215827.GS831@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e767ddcd354b51fc4c12d6b02e268861bd871fbc

Modified Files
--------------
contrib/tablefunc/tablefunc.c            |  2 +-
src/backend/commands/statscmds.c         | 12 ++++++------
src/backend/executor/nodeTableFuncscan.c | 18 +++++++++---------
src/backend/optimizer/util/pathnode.c    |  2 +-
src/backend/statistics/README            |  6 +++---
src/backend/statistics/README.mcv        |  8 ++++----
src/backend/statistics/extended_stats.c  |  8 ++++----
src/common/pg_lzcompress.c               |  2 +-
8 files changed, 29 insertions(+), 29 deletions(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Remove unneeded nbtree latestRemovedXid comments.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Update list of acknowledgments in release notes