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

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typos in logical.c and reorderbuffer.c.
Date: 2020-10-09 02:55:05
Message-ID: E1kQiYj-00053Q-OI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typos in logical.c and reorderbuffer.c.

Reviewed-by: Sawada Masahiko
Discussion: https://postgr.es/m/CAA4eK1K6zTpuqf_d7wXCBjo_EF0_B6Fz3Ecp71Vq18t=wG-nzg@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/replication/logical/logical.c | 2 +-
src/backend/replication/logical/reorderbuffer.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Christoph Berg 2020-10-09 09:28:25 powerpc pg_atomic_compare_exchange_u32_impl: error: comparison of integer expressions of different signedness (Re: pgsql: For all ppc compilers, implement compare_exchange and) fetch_add
Previous Message Tom Lane 2020-10-08 20:00:18 Re: pgsql: postgres_fdw: reestablish new connection if cached one is detect