pgsql: Fix collection of typos and grammar mistakes in the tree

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix collection of typos and grammar mistakes in the tree
Date: 2020-04-10 02:26:45
Message-ID: E1jMjNV-0003uM-7w@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix collection of typos and grammar mistakes in the tree

This fixes some comments and documentation new as of Postgres 13.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20200408165653.GF2228@telsasoft.com

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/btree.sgml | 2 +-
doc/src/sgml/catalogs.sgml | 2 +-
doc/src/sgml/config.sgml | 10 +++++-----
doc/src/sgml/func.sgml | 8 ++++----
doc/src/sgml/libpq.sgml | 2 +-
doc/src/sgml/ref/pg_validatebackup.sgml | 4 ++--
src/backend/commands/tablecmds.c | 2 +-
src/backend/executor/execExpr.c | 2 +-
src/backend/postmaster/bgworker.c | 2 +-
src/backend/replication/basebackup.c | 2 +-
src/include/lib/simplehash.h | 2 +-
11 files changed, 19 insertions(+), 19 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2020-04-10 02:33:32 Re: pgsql: Remove testing for precise LSN/reserved bytes in new TAP test
Previous Message Alvaro Herrera 2020-04-09 21:49:47 Re: pgsql: Rationalize GetWalRcv{Write,Flush}RecPtr().