diff options
author | Robert Haas <rhaas@postgresql.org> | 2014-03-05 13:00:22 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2014-03-05 13:00:22 -0500 |
commit | 406a1a9ef0beb0a7e3f58805ab2d3140e2202deb (patch) | |
tree | 1b68d5abeeb93864f49122297aca85c868c8fca2 /src/backend/replication/logical/logical.c | |
parent | 97e899e1b85c7e42ab29cd09fc91cf57760bc1cb (diff) | |
download | postgresql-406a1a9ef0beb0a7e3f58805ab2d3140e2202deb.tar.gz postgresql-406a1a9ef0beb0a7e3f58805ab2d3140e2202deb.zip |
Fix some typos introduced by the logical decoding patch.
Erik Rijkers
Diffstat (limited to 'src/backend/replication/logical/logical.c')
-rw-r--r-- | src/backend/replication/logical/logical.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/replication/logical/logical.c b/src/backend/replication/logical/logical.c index 3c562383dff..13a22d4b2d2 100644 --- a/src/backend/replication/logical/logical.c +++ b/src/backend/replication/logical/logical.c @@ -179,7 +179,7 @@ StartupDecodingContext(List *output_plugin_options, * perform the use-case dependent, actual, work. * * Needs to be called while in a memory context that's at least as long lived - * as the the decoding context because further memory contexts will be created + * as the decoding context because further memory contexts will be created * inside it. * * Returns an initialized decoding context after calling the output plugin's @@ -334,7 +334,7 @@ CreateInitDecodingContext(char *plugin, * perform the use-case dependent, actual, work. * * Needs to be called while in a memory context that's at least as long lived - * as the the decoding context because further memory contexts will be created + * as the decoding context because further memory contexts will be created * inside it. * * Returns an initialized decoding context after calling the output plugin's |