[COMMITTERS] pgsql: Spelling fixes in code comments - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Spelling fixes in code comments
Date
Msg-id E1d3PW3-00008l-Fm@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Spelling fixes in code comments

Author: Euler Taveira <euler@timbira.com.br>

Branch
------
master

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

Modified Files
--------------
src/backend/catalog/pg_publication.c        |  2 +-
src/backend/catalog/pg_subscription.c       |  4 ++--
src/backend/replication/logical/message.c   |  2 +-
src/backend/replication/logical/origin.c    | 18 +++++++++---------
src/backend/replication/logical/proto.c     |  4 ++--
src/backend/replication/logical/tablesync.c |  8 ++++----
6 files changed, 19 insertions(+), 19 deletions(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: [COMMITTERS] pgsql: Workaround for RecoverPreparedTransactions()
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Silence compiler warning induced by commit de4389712.