From ffccee473682ed18a27d667b7a4f45d802dd61c4 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Thu, 15 Sep 2016 11:35:57 -0400 Subject: [PATCH] Fix typo in comment. 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 0e2d834ed1..009c1b7481 100644 --- a/src/backend/executor/execIndexing.c +++ b/src/backend/executor/execIndexing.c @@ -2,7 +2,7 @@ * * execIndexing.c * routines for inserting index tuples and enforcing unique and - * exclusive constraints. + * exclusion constraints. * * ExecInsertIndexTuples() is the main entry point. It's called after * inserting a tuple to the heap, and it inserts corresponding index tuples -- 2.40.0