On Thu, Jan 29, 2026 at 8:53 AM Aleksander Alekseev <[email protected]> wrote: > ... you could just rewrite the `if` condition in cost_material(): > > ``` > if (path->parent != NULL && /* <--- is false */ > path->parallel_workers == 0 && > ```
In the interest of keeping the discussion unified, can we move this part of the conversation over to the pg_plan_advice thread? Lukas Fittl has also posted about this topic over there. -- Robert Haas EDB: http://www.enterprisedb.com
