Обсуждение: pgsql: Fix typos in logical replication support for initial data copy.

Поиск
Список
Период
Сортировка

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

От
Tom Lane
Дата:
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(-)