On Tue, 2024-10-29 at 12:21 +1300, David Rowley wrote:
> When using the enable/disable flags to disable plan node types, many of
> the flags only discourage the use of the corresponding plan node and don't
> outright disallow the planner's ability to use the plan node type. This
> is by design so that the planner still maintains the ability to form a
> plan for a given query. When the resulting plan contains a disabled node,
> the <command>EXPLAIN</command> output will indicate this fact.
That patch is good in my opinion.
Yours,
Laurenz Albe