Re: Add explicit initialization for all PlannerGlobal fields

2025-05-13 Thread Richard Guo
On Tue, May 13, 2025 at 8:26 PM David Rowley wrote: > On Tue, 13 May 2025 at 04:03, Richard Guo wrote: > > While adding a new field to PlannerGlobal in another patch, I noticed > > that although most fields are explicitly initialized, a few are not. > > This doesn't cause any functional issues, s

Re: Add explicit initialization for all PlannerGlobal fields

2025-05-13 Thread David Rowley
On Tue, 13 May 2025 at 04:03, Richard Guo wrote: > While adding a new field to PlannerGlobal in another patch, I noticed > that although most fields are explicitly initialized, a few are not. > This doesn't cause any functional issues, since makeNode() zeroes all > fields by default. However, the