diff options
author | Fujii Masao <fujii@postgresql.org> | 2014-03-17 20:47:28 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2014-03-17 20:47:28 +0900 |
commit | 2bccced110025f48bf426a8a9d7f627ef3663fcd (patch) | |
tree | 9e4b89fd4dafd9d67768beb792dbf7435f308166 /src/backend/replication/logical | |
parent | 5c6d9fc4b2b8b6688a482a4b4116d7642e36b9d9 (diff) | |
download | postgresql-2bccced110025f48bf426a8a9d7f627ef3663fcd.tar.gz postgresql-2bccced110025f48bf426a8a9d7f627ef3663fcd.zip |
Fix typos in comments.
Thom Brown
Diffstat (limited to 'src/backend/replication/logical')
-rw-r--r-- | src/backend/replication/logical/logical.c | 2 | ||||
-rw-r--r-- | src/backend/replication/logical/snapbuild.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/replication/logical/logical.c b/src/backend/replication/logical/logical.c index 04e407afd2f..8c6c6c2bb3b 100644 --- a/src/backend/replication/logical/logical.c +++ b/src/backend/replication/logical/logical.c @@ -293,7 +293,7 @@ CreateInitDecodingContext(char *plugin, * So we have to acquire the ProcArrayLock to prevent computation of new * xmin horizons by other backends, get the safe decoding xid, and inform * the slot machinery about the new limit. Once that's done the - * ProcArrayLock can be be released as the slot machinery now is + * ProcArrayLock can be released as the slot machinery now is * protecting against vacuum. * ---- */ diff --git a/src/backend/replication/logical/snapbuild.c b/src/backend/replication/logical/snapbuild.c index 28f9a8a1a6f..e74053c67da 100644 --- a/src/backend/replication/logical/snapbuild.c +++ b/src/backend/replication/logical/snapbuild.c @@ -55,7 +55,7 @@ * * * - * The snapbuild machinery is starting up in in several stages, as illustrated + * The snapbuild machinery is starting up in several stages, as illustrated * by the following graph: * +-------------------------+ * +----|SNAPBUILD_START |-------------+ @@ -779,7 +779,7 @@ SnapBuildDistributeNewCatalogSnapshot(SnapBuild *builder, XLogRecPtr lsn) /* * If we don't have a base snapshot yet, there are no changes in this * transaction which in turn implies we don't yet need a snapshot at - * all. We'll add add a snapshot when the first change gets queued. + * all. We'll add a snapshot when the first change gets queued. * * NB: This works correctly even for subtransactions because * ReorderBufferCommitChild() takes care to pass the parent the base |