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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix collection of typos and grammar mistakes in the tree, volume
Дата
Msg-id E1jOEPn-0004wk-0r@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Repair last commit's new wait_for_catchup() call.
Следующее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Rearrange _bt_insertonpg() "update metapage" code.