Skip to content

Commit dc02fd7

Browse files
committed
cleanups
1 parent 7729ba0 commit dc02fd7

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

src/backend/optimizer/path/indxpath.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* 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 $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -597,7 +597,6 @@ match_clause_to_indexkey(RelOptInfo *rel,
597597
*/
598598
if (!join)
599599
{
600-
601600
/*
602601
* Check for standard s-argable clause
603602
*/
@@ -736,7 +735,6 @@ match_clause_to_indexkey(RelOptInfo *rel,
736735
if (rightop
737736
&& match_index_to_operand(indexkey, (Expr *) rightop, rel, index))
738737
{
739-
740738
join_op = get_commutator(((Oper *) ((Expr *) clause)->oper)->opno);
741739

742740
}

src/backend/optimizer/util/plancat.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* 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 $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -579,7 +579,7 @@ IndexSelectivity(Oid indexrelid,
579579

580580
amopTuple = SearchSysCacheTuple(AMOPOPID,
581581
ObjectIdGetDatum(indclass),
582-
ObjectIdGetDatum(operatorObjectIds[n]),
582+
ObjectIdGetDatum(operatorObjectIds[n]),
583583
ObjectIdGetDatum(relam),
584584
0);
585585
if (!HeapTupleIsValid(amopTuple))

src/backend/utils/adt/selfuncs.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
*
1414
* 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 $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -437,7 +437,6 @@ btreenpage(Oid operatorObjectId,
437437

438438
if (FunctionalSelectivity(nIndexKeys, attributeNumber))
439439
{
440-
441440
/*
442441
* Need to call the functions selectivity function here. For now
443442
* simply assume it's 1/3 since functions don't currently have

0 commit comments

Comments
 (0)