Re: ATExecAddColumn() doesn't merge inherited properties

2022-09-08 Thread Amit Langote
On Thu, Sep 8, 2022 at 9:03 PM Amit Langote wrote: > While testing Alvaro's "cataloguing NOT NULL constraints" patch [1], I > noticed a behavior of inherited column merging during ALTER TABLE that > I thought might be a bug (though see at the bottom). > > I feel like we may have discussed this bef

ATExecAddColumn() doesn't merge inherited properties

2022-09-08 Thread Amit Langote
While testing Alvaro's "cataloguing NOT NULL constraints" patch [1], I noticed a behavior of inherited column merging during ALTER TABLE that I thought might be a bug (though see at the bottom). Note how CREATE TABLE merges the inherited properties of parent foo's a's NOT NULL into a child bar's o