mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +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:
@@ -59,7 +59,7 @@ extern void FreeSnapshotBuilder(SnapBuild *cache);
|
||||
|
||||
extern void SnapBuildSnapDecRefcount(Snapshot snap);
|
||||
|
||||
extern Snapshot SnapBuildInitalSnapshot(SnapBuild *builder);
|
||||
extern Snapshot SnapBuildInitialSnapshot(SnapBuild *builder);
|
||||
extern const char *SnapBuildExportSnapshot(SnapBuild *snapstate);
|
||||
extern void SnapBuildClearExportedSnapshot(void);
|
||||
|
||||
|
Reference in New Issue
Block a user