pgsql: Fix typos in code and comments

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typos in code and comments
Date: 2023-01-11 06:24:41
Message-ID: E1pFUXR-0035ZW-HJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typos in code and comments

Author: Justin Pryzby
Discussion: https://postgr.es/m/20230110045722.GD9837@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5f6401f81cb24bd3930e0dc589fc4aa8b5424cdc

Modified Files
--------------
doc/src/sgml/ref/alter_database.sgml | 6 +++---
doc/src/sgml/ref/alter_role.sgml | 6 +++---
doc/src/sgml/ref/psql-ref.sgml | 4 ++--
doc/src/sgml/system-views.sgml | 2 +-
src/backend/access/transam/xlogrecovery.c | 2 +-
src/backend/utils/mmgr/mcxt.c | 8 ++++----
src/bin/psql/common.c | 2 +-
.../test_pg_db_role_setting/expected/test_pg_db_role_setting.out | 2 +-
.../test_pg_db_role_setting/sql/test_pg_db_role_setting.sql | 2 +-
9 files changed, 17 insertions(+), 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-01-11 10:08:04 pgsql: Common function for percent placeholder replacement
Previous Message Tom Lane 2023-01-11 03:25:04 Re: pgsql: Add new GUC createrole_self_grant.