From: Robert Haas Date: Mon, 9 Jun 2025 19:16:12 +0000 (-0400) Subject: remove XXX X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=471be74042b8cb34caf7c10a4fa7c84f6df886d6;p=users%2Frhaas%2Fpostgres.git remove XXX --- diff --git a/contrib/pg_plan_advice/pgpa_join.h b/contrib/pg_plan_advice/pgpa_join.h index 5eb5b06e60..84abd3bccc 100644 --- a/contrib/pg_plan_advice/pgpa_join.h +++ b/contrib/pg_plan_advice/pgpa_join.h @@ -80,8 +80,6 @@ typedef enum * materializes the inner input, we'll store the child of the Materialize node, * not the Materialize node itself. * - * XXX. What happens with Gather and Gather Merge here? - * * If setrefs processing elided one or more nodes from the plan tree, then * we'll store details about the topmost of those in elided_node. *