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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix typos in logical replication support for initial data copy.
Дата
Msg-id E1csFxp-0003z8-24@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix unportable disregard of alignment requirements in RADIUScod
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Use ExecPrepareExpr in place of ExecPrepareCheck whereappropria