On 2019-Oct-11, Michael Paquier wrote: > + if (!recursing) > + { > + /* > + * The resursing lookup for inherited child relations is done. > All > + * the child relations have been scanned and the object > addresses of > + * all the columns to-be-dropped are registered in addrs, so > drop. > + */ > + performMultipleDeletions(addrs, behavior, 0); > + free_object_addresses(addrs); > + }
Typo "resursing". This comment seems a bit too long to me. Maybe "Recursion having ended, drop everything that was collected." suffices. (Fits in one line.) -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services