diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-08-01 22:44:55 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-08-01 22:44:55 +0000 |
commit | 2c6b370e646880299ad7e1736b333012395304d2 (patch) | |
tree | 495084b7721d52aa1456b707a47818edffb367f0 /src/backend/optimizer/path/indxpath.c | |
parent | 0a2e5cdfc90ff60d8995409a8640a4d6f16a343d (diff) |
Cleanup of OR fix.
Diffstat (limited to 'src/backend/optimizer/path/indxpath.c')
-rw-r--r-- | src/backend/optimizer/path/indxpath.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/optimizer/path/indxpath.c b/src/backend/optimizer/path/indxpath.c index b557d9d59b3..851ca064deb 100644 --- a/src/backend/optimizer/path/indxpath.c +++ b/src/backend/optimizer/path/indxpath.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/optimizer/path/indxpath.c,v 1.20 1998/08/01 22:12:12 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/optimizer/path/indxpath.c,v 1.21 1998/08/01 22:44:53 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -143,7 +143,6 @@ find_index_paths(Query *root, index->indexkeys[0], index->classlist[0], clauseinfo_list); - } /* * 2. If the keys of this index match any of the available restriction |