On Thu, Jan 29, 2026 at 12:45 AM Lukas Fittl <[email protected]> wrote: > The indirect relationship between those functions doesn't seem great > (i.e. anything that gets read in cost_material has to be initialized > in materialize_finished_plan). What if we just zero initialize the > dummy Path structure instead, like in the attached?
This might be the right answer, but I didn't want to add more memory zeroing than needed without discussion, so I have just pushed a minimal fix for now. Thanks for the analysis. -- Robert Haas EDB: http://www.enterprisedb.com
