On Fri, May 21, 2021 at 8:31 PM Tom Lane <t...@sss.pgh.pa.us> wrote: > > > if (rel->rd_rel->relkind == RELKIND_RELATION || > rel->rd_rel->relkind == RELKIND_PARTITIONED_TABLE) > > This seems fairly nuts; in particular, why are matviews excluded?
The matviews are excluded only in "ATExecAddColumn()" right? But we can not ALTER TABLE ADD COLUMN to matviews right? I agree that even if we don't skip matview it will not create any issue as matview will not reach here. Am I missing something? -- Regards, Dilip Kumar EnterpriseDB: http://www.enterprisedb.com