pgsql: Fix typos in decode.c and logical.c.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typos in decode.c and logical.c.
Date: 2021-01-06 03:31:34
Message-ID: E1kwzXq-0005FH-Qf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typos in decode.c and logical.c.

Per report by Ajin Cherian in email:
https://postgr.es/m/CAFPTHDYnRKDvzgDxoMn_CKqXA-D0MtrbyJvfvjBsO4G=UHDXkg@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/replication/logical/decode.c | 8 ++++----
src/backend/replication/logical/logical.c | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2021-01-06 03:35:32 pgsql: Detect the deadlocks between backends and the startup process.
Previous Message Fujii Masao 2021-01-06 03:02:29 pgsql: doc: Fix description about default behavior of recovery_target_t