File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/optimizer/path/indxpath.c,v 1.53 1999/02/22 05:26:19 momjian Exp $
11
+ * $Header: /cvsroot/pgsql/src/backend/optimizer/path/indxpath.c,v 1.54 1999/03/18 19:59:53 momjian Exp $
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
@@ -597,7 +597,6 @@ match_clause_to_indexkey(RelOptInfo *rel,
597
597
*/
598
598
if (!join )
599
599
{
600
-
601
600
/*
602
601
* Check for standard s-argable clause
603
602
*/
@@ -736,7 +735,6 @@ match_clause_to_indexkey(RelOptInfo *rel,
736
735
if (rightop
737
736
&& match_index_to_operand (indexkey , (Expr * ) rightop , rel , index ))
738
737
{
739
-
740
738
join_op = get_commutator (((Oper * ) ((Expr * ) clause )-> oper )-> opno );
741
739
742
740
}
Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/optimizer/util/plancat.c,v 1.27 1999/03/08 14:01:57 momjian Exp $
11
+ * $Header: /cvsroot/pgsql/src/backend/optimizer/util/plancat.c,v 1.28 1999/03/18 19:59:54 momjian Exp $
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
@@ -579,7 +579,7 @@ IndexSelectivity(Oid indexrelid,
579
579
580
580
amopTuple = SearchSysCacheTuple (AMOPOPID ,
581
581
ObjectIdGetDatum (indclass ),
582
- ObjectIdGetDatum (operatorObjectIds [n ]),
582
+ ObjectIdGetDatum (operatorObjectIds [n ]),
583
583
ObjectIdGetDatum (relam ),
584
584
0 );
585
585
if (!HeapTupleIsValid (amopTuple ))
Original file line number Diff line number Diff line change 12
12
*
13
13
*
14
14
* IDENTIFICATION
15
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/selfuncs.c,v 1.25 1999/02/13 23: 19:32 momjian Exp $
15
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/selfuncs.c,v 1.26 1999/03/18 19:59:55 momjian Exp $
16
16
*
17
17
*-------------------------------------------------------------------------
18
18
*/
@@ -437,7 +437,6 @@ btreenpage(Oid operatorObjectId,
437
437
438
438
if (FunctionalSelectivity (nIndexKeys , attributeNumber ))
439
439
{
440
-
441
440
/*
442
441
* Need to call the functions selectivity function here. For now
443
442
* simply assume it's 1/3 since functions don't currently have
You can’t perform that action at this time.
0 commit comments