diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-08-20 22:07:46 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-08-20 22:07:46 +0000 |
commit | 4a700021494a78c5a943b32d4ba30d22d8d0f3d9 (patch) | |
tree | 1ad3ecedf3da5ba09c43f2ca2e8ff69af1c88b8a /src/backend/executor/execUtils.c | |
parent | 31309423c9fa0a50afb138760def0897969f727f (diff) |
fix for index problem.
Diffstat (limited to 'src/backend/executor/execUtils.c')
-rw-r--r-- | src/backend/executor/execUtils.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |