Skip to content

Commit e710bbf

Browse files
committed
remove commented code
1 parent 067570e commit e710bbf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pg_pathman.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,7 +1510,6 @@ handle_boolexpr(const BoolExpr *expr, WalkerContext *context)
15101510
switch (expr->boolop)
15111511
{
15121512
case OR_EXPR:
1513-
// finish_least_greatest(arg, context);
15141513
result->rangeset = irange_list_union(result->rangeset, arg->rangeset);
15151514
break;
15161515
case AND_EXPR:
@@ -1671,7 +1670,6 @@ set_plain_rel_pathlist(PlannerInfo *root, RelOptInfo *rel, RangeTblEntry *rte)
16711670
path = create_seqscan_path(root, rel, required_outer);
16721671
#endif
16731672
add_path(rel, path);
1674-
// set_pathkeys(root, rel, path);
16751673

16761674
/* Consider index scans */
16771675
create_index_paths(root, rel);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy