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

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, volume
Date: 2020-04-14 05:47:19
Message-ID: E1jOEPn-0004wk-0r@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, volume 2

This fixes some comments and documentation new as of Postgres 13, and is
a follow-up of the work done in dd0f37e.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8128b0c152a67917535f50738ac26da4f984ddd9

Modified Files
--------------
doc/src/sgml/auto-explain.sgml | 2 +-
doc/src/sgml/monitoring.sgml | 8 ++++----
doc/src/sgml/perform.sgml | 2 +-
doc/src/sgml/ref/create_publication.sgml | 2 +-
doc/src/sgml/ref/pg_verifybackup.sgml | 2 +-
doc/src/sgml/ref/psql-ref.sgml | 16 ++++++++--------
doc/src/sgml/ref/select.sgml | 2 +-
src/backend/executor/nodeIncrementalSort.c | 22 +++++++++++-----------
src/backend/replication/logical/relation.c | 2 +-
src/backend/utils/sort/tuplesort.c | 2 +-
src/include/utils/tuplesort.h | 2 +-
11 files changed, 31 insertions(+), 31 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-04-14 07:17:39 Re: pgsql: Improve handling of parameter differences in physical replicatio
Previous Message Noah Misch 2020-04-14 04:12:29 pgsql: Repair last commit's new wait_for_catchup() call.