diff options
| author | Tom Lane | 2017-03-26 21:44:35 +0000 |
|---|---|---|
| committer | Tom Lane | 2017-03-26 21:44:35 +0000 |
| commit | 5459cfd3ad52b87a1e2ed293ae55e733c6964715 (patch) | |
| tree | 75f7fb2d700cd64fd3f7f81a77680f687ceb8d15 /src/include/replication | |
| parent | 4c051c41d63e8462971c13956a38030de9c35c51 (diff) | |
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
Diffstat (limited to 'src/include/replication')
| -rw-r--r-- | src/include/replication/snapbuild.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/replication/snapbuild.h b/src/include/replication/snapbuild.h index 091a9f91e36..a8ae63116a6 100644 --- a/src/include/replication/snapbuild.h +++ b/src/include/replication/snapbuild.h @@ -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); |
