From dc486fb96968a519cc6e0d90654b46738026ee5c Mon Sep 17 00:00:00 2001
From: Robert Haas <rhaas@postgresql.org>
Date: Tue, 20 Oct 2015 10:29:19 -0400
Subject: [PATCH] Remove duplicate word.

Amit Langote
---
 src/backend/executor/execIndexing.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/executor/execIndexing.c b/src/backend/executor/execIndexing.c
index 72993297079..8f1b05818d6 100644
--- a/src/backend/executor/execIndexing.c
+++ b/src/backend/executor/execIndexing.c
@@ -454,7 +454,7 @@ ExecInsertIndexTuples(TupleTableSlot *slot,
  *		ExecCheckIndexConstraints
  *
  *		This routine checks if a tuple violates any unique or
- *		exclusion constraints.  Returns true if there is no no conflict.
+ *		exclusion constraints.  Returns true if there is no conflict.
  *		Otherwise returns false, and the TID of the conflicting
  *		tuple is returned in *conflictTid.
  *
-- 
GitLab