--- src/backend/replication/logical/logical.c.orig	2014-03-05 18:44:46.188875504 +0100
+++ src/backend/replication/logical/logical.c	2014-03-05 18:45:49.321041107 +0100
@@ -179,7 +179,7 @@
  *		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 @@
  *		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