pgsql: Fix some typos and some incorrectly duplicated words

Поиск
Список
Период
Сортировка
От David Rowley
Тема pgsql: Fix some typos and some incorrectly duplicated words
Дата
Msg-id E1poahs-003cYd-7Y@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix some typos and some incorrectly duplicated words

Author: Justin Pryzby
Reviewed-by: David Rowley
Discussion: https://postgr.es/m/ZD3D1QxoccnN8A1V@telsasoft.com

Branch
------
master

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

Modified Files
--------------
contrib/test_decoding/expected/ddl.out                | 2 +-
contrib/test_decoding/sql/ddl.sql                     | 2 +-
doc/src/sgml/user-manag.sgml                          | 2 +-
src/backend/optimizer/path/allpaths.c                 | 2 +-
src/backend/optimizer/util/plancat.c                  | 2 +-
src/backend/replication/pgoutput/pgoutput.c           | 2 +-
src/backend/utils/adt/xid8funcs.c                     | 2 +-
src/bin/pg_amcheck/t/002_nonesuch.pl                  | 2 +-
src/bin/pg_basebackup/bbstreamer.h                    | 2 +-
src/bin/pg_dump/pg_dumpall.c                          | 4 ++--
src/bin/pgbench/pgbench.c                             | 4 ++--
src/include/access/tableam.h                          | 2 +-
src/include/backup/basebackup_target.h                | 2 +-
src/include/replication/output_plugin.h               | 2 +-
src/include/storage/s_lock.h                          | 2 +-
src/test/isolation/specs/serializable-parallel-3.spec | 2 +-
src/test/modules/unsafe_tests/expected/guc_privs.out  | 2 +-
src/test/modules/unsafe_tests/sql/guc_privs.sql       | 2 +-
src/tools/pg_bsd_indent/tests/elsecomment.0           | 2 +-
src/tools/pg_bsd_indent/tests/elsecomment.0.stdout    | 2 +-
20 files changed, 22 insertions(+), 22 deletions(-)


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

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Fix various typos
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: ecpg: Fix handling of strings in ORACLE compat code with SQLDA