This is an automated email from the ASF dual-hosted git repository.
reshke pushed a commit to branch cbdb-postgres-merge
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
The following commit(s) were added to refs/heads/cbdb-postgres-merge by this
push:
new f9b672a1c6b Post commit review of 213bf50 (#1472)
f9b672a1c6b is described below
commit f9b672a1c6b226db7b9498a38d89eaf379df1278
Author: reshke <[email protected]>
AuthorDate: Sat Dec 6 12:45:39 2025 +0500
Post commit review of 213bf50 (#1472)
Simply drop duplicate function declaration.
---
src/include/optimizer/clauses.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/include/optimizer/clauses.h b/src/include/optimizer/clauses.h
index 45ed99c5498..2c40d2fa6ef 100644
--- a/src/include/optimizer/clauses.h
+++ b/src/include/optimizer/clauses.h
@@ -68,9 +68,6 @@ extern Expr *transform_array_Const_to_ArrayExpr(Const *c);
extern Query *inline_set_returning_function(PlannerInfo *root,
RangeTblEntry *rte);
-extern Bitmapset *pull_paramids(Expr *expr);
-
-
extern Expr *evaluate_expr(Expr *expr, Oid result_type, int32 result_typmod,
Oid result_collation);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]