1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00
This commit is contained in:
Bruce Momjian
1999-03-18 19:59:55 +00:00
parent 7729ba073d
commit dc02fd709f
3 changed files with 4 additions and 7 deletions

View File

@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/indxpath.c,v 1.53 1999/02/22 05:26:19 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/indxpath.c,v 1.54 1999/03/18 19:59:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -597,7 +597,6 @@ match_clause_to_indexkey(RelOptInfo *rel,
*/
if (!join)
{
/*
* Check for standard s-argable clause
*/
@ -736,7 +735,6 @@ match_clause_to_indexkey(RelOptInfo *rel,
if (rightop
&& match_index_to_operand(indexkey, (Expr *) rightop, rel, index))
{
join_op = get_commutator(((Oper *) ((Expr *) clause)->oper)->opno);
}