pgsql: Fix typos in logical replication support for initial data copy. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix typos in logical replication support for initial data copy.
Date
Msg-id E1csFxp-0003z8-24@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix unportable disregard of alignment requirements in RADIUScod
Next
From: Tom Lane
Date:
Subject: pgsql: Use ExecPrepareExpr in place of ExecPrepareCheck whereappropria