We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6abb30c commit 84739e5Copy full SHA for 84739e5
src/include/pathman.h
@@ -160,7 +160,7 @@ typedef struct
160
#define WcxtHasExprContext(wcxt) ( (wcxt)->econtext )
161
162
/* Examine expression in order to select partitions */
163
-WrapperNode *walk_expr_tree(Expr *expr, WalkerContext *context);
+WrapperNode *walk_expr_tree(Expr *expr, const WalkerContext *context);
164
165
166
void select_range_partitions(const Datum value,
0 commit comments