From 4a700021494a78c5a943b32d4ba30d22d8d0f3d9 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 20 Aug 1998 22:07:46 +0000 Subject: fix for index problem. --- src/backend/executor/execUtils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/executor/execUtils.c') diff --git a/src/backend/executor/execUtils.c b/src/backend/executor/execUtils.c index 489fc9096a8..bbc8e2d9408 100644 --- a/src/backend/executor/execUtils.c +++ b/src/backend/executor/execUtils.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/executor/execUtils.c,v 1.35 1998/08/19 02:02:01 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/executor/execUtils.c,v 1.36 1998/08/20 22:07:41 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -690,7 +690,7 @@ ExecGetIndexKeyInfo(IndexTupleForm indexTuple, * the IndexCatalogInformation function in plancat.c * because IndexCatalogInformation is poorly written. * - * It would be much better the functionality provided + * It would be much better if the functionality provided * by this function and IndexCatalogInformation was * in the form of a small set of orthogonal routines.. * If you are trying to understand this, I suggest you -- cgit v1.2.3