pgsql: Fix typos in logical replication support for initial data copy.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typos in logical replication support for initial data copy.
Date: 2017-03-26 21:44:41
Message-ID: E1csFxp-0003z8-24@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typos in logical replication support for initial data copy.

Fix an incorrect assert condition (noted by Coverity), and spell the new
name of the function correctly. Typos introduced in commit 7c4f52409.

Michael Paquier

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5459cfd3ad52b87a1e2ed293ae55e733c6964715

Modified Files
--------------
src/backend/replication/logical/snapbuild.c | 8 ++++----
src/backend/replication/walsender.c | 2 +-
src/include/replication/snapbuild.h | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-03-26 22:14:08 pgsql: Use ExecPrepareExpr in place of ExecPrepareCheck where appropria
Previous Message Tom Lane 2017-03-26 21:35:58 pgsql: Fix some minor resource leaks in PerformRadiusTransaction().