mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
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
This commit is contained in:
@@ -938,7 +938,7 @@ CreateReplicationSlot(CreateReplicationSlotCmd *cmd)
|
||||
{
|
||||
Snapshot snap;
|
||||
|
||||
snap = SnapBuildInitalSnapshot(ctx->snapshot_builder);
|
||||
snap = SnapBuildInitialSnapshot(ctx->snapshot_builder);
|
||||
RestoreTransactionSnapshot(snap, MyProc);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user