Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 84739e5

Browse files
committed
refactoring, simplified function handle_arrexpr()
1 parent 6abb30c commit 84739e5

File tree

2 files changed

+127
-153
lines changed

2 files changed

+127
-153
lines changed

src/include/pathman.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ typedef struct
160160
#define WcxtHasExprContext(wcxt) ( (wcxt)->econtext )
161161

162162
/* Examine expression in order to select partitions */
163-
WrapperNode *walk_expr_tree(Expr *expr, WalkerContext *context);
163+
WrapperNode *walk_expr_tree(Expr *expr, const WalkerContext *context);
164164

165165

166166
void select_range_partitions(const Datum value,

0 commit comments

Comments
 (0)