On 2026-Jul-11, cca5507 wrote: > Bharath Rupireddy wrote:
> > + table_oid = IndexGetRelation(child_oid, true); > > + if (!OidIsValid(table_oid)) > > + continue; > > > > How about a short comment on why this is needed even with a lock on > > the parent, since that lock doesn't cover lower-level leaves in a > > multi-level partition tree? > > I think it's worth a comment, too. Patch LGTM. Thanks, added that and pushed. -- Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/ "Puedes vivir sólo una vez, pero si lo haces bien, una vez es suficiente"
