From 2889d4dab0ab4a86d24054edc95982855a19a4a9 Mon Sep 17 00:00:00 2001 From: Tomas Vondra Date: Mon, 17 Jun 2024 16:39:01 +0200 Subject: [PATCH v20240617 37/56] review --- src/backend/statistics/extended_stats.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/backend/statistics/extended_stats.c b/src/backend/statistics/extended_stats.c index c06829eba31..0b0d0ce33b9 100644 --- a/src/backend/statistics/extended_stats.c +++ b/src/backend/statistics/extended_stats.c @@ -3228,6 +3228,8 @@ get_expression_for_rel(PlannerInfo *root, RelOptInfo *rel, Node *clause) * XXX Not sure if we need to care about removing other node types too * (e.g. RelabelType etc.). statext_is_supported_join_clause matches this, * but maybe we need to relax it? + * + * XXX Can we be sure there always is RestrictInfo? */ clause = (Node *) rinfo->clause; -- 2.45.2