On Mon, 2021-03-01 at 16:59 -0600, Justin Pryzby wrote: > - > pgstat_progress_update_param(PROGRESS_ANALYZE_CURRENT_CHILD_TABLE_RELID, > > > > - > RelationGetRelid(childrel)); > > - > > > > Why is this removed ?
Mm, both of those analyze.c changes seem suspect. Possibly a mismerge from the zedstore branch; let me double-check. > > + * returningCols of it's base table's RTE. > > its (possessive) not it's ("it is") Thanks, I'll fix this at the same time. --Jacob