summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/logical.c
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2016-07-18 18:46:57 +0200
committerMagnus Hagander <magnus@hagander.net>2016-07-18 18:46:57 +0200
commit55d57359f2ebebabd0387b437c9e3ef80312582f (patch)
treeb84d17199d9892f78898efe260b956ab070c2d66 /src/backend/replication/logical/logical.c
parent7d676065690d5101d95a6b34797ee2a93514a7c3 (diff)
Fix typos in comments and debug message
Antonin Houska
Diffstat (limited to 'src/backend/replication/logical/logical.c')
-rw-r--r--src/backend/replication/logical/logical.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/replication/logical/logical.c b/src/backend/replication/logical/logical.c
index 7c8a777b339..ecf9a033180 100644
--- a/src/backend/replication/logical/logical.c
+++ b/src/backend/replication/logical/logical.c
@@ -281,7 +281,7 @@ CreateInitDecodingContext(char *plugin,
LWLockRelease(ProcArrayLock);
/*
- * tell the snapshot builder to only assemble snapshot once reaching the a
+ * tell the snapshot builder to only assemble snapshot once reaching the
* running_xact's record with the respective xmin.
*/
xmin_horizon = slot->data.catalog_xmin;
@@ -880,7 +880,7 @@ LogicalIncreaseRestartDecodingForSlot(XLogRecPtr current_lsn, XLogRecPtr restart
}
/*
- * Handle a consumer's conformation having received all changes up to lsn.
+ * Handle a consumer's confirmation having received all changes up to lsn.
*/
void
LogicalConfirmReceivedLocation(XLogRecPtr lsn)