diff options
author | Robert Haas <rhaas@postgresql.org> | 2014-03-04 11:07:54 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2014-03-04 11:07:54 -0500 |
commit | 7e8db2dc420099df3fa73987cf2d2d6d1a609d86 (patch) | |
tree | 2346bb382c9c152558d91a75c32302b6d3711035 /src/backend/replication/logical/logical.c | |
parent | 7558cc95d31edbf1437321d910562494071c5589 (diff) |
Minor corrections to logical decoding patch.
Diffstat (limited to 'src/backend/replication/logical/logical.c')
-rw-r--r-- | src/backend/replication/logical/logical.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/logical.c b/src/backend/replication/logical/logical.c index 4fb0974f297..3c562383dff 100644 --- a/src/backend/replication/logical/logical.c +++ b/src/backend/replication/logical/logical.c @@ -9,7 +9,7 @@ * * NOTES * This file coordinates interaction between the various modules that - * together providethe logical decoding, primarily by providing so + * together provide logical decoding, primarily by providing so * called LogicalDecodingContexts. The goal is to encapsulate most of the * internal complexity for consumers of logical decoding, so they can * create and consume a changestream with a low amount of code. |