Re: BUG #18297: Error when adding a column to a parent table with complex inheritance
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Tender Wang <tndrwang@gmail.com>
Cc: Alexander Lakhin <exclusion@gmail.com>, Richard Guo <guofenglinux@gmail.com>, pgsql-bugs@lists.postgresql.org
Date: 2024-01-24T06:20:42Z
Lists: pgsql-bugs
On Tue, Jan 23, 2024 at 11:19:57AM +0800, Tender Wang wrote: > Your reported two issues have different code path, and duplicates do not > processed. > > I am considering whether there is a unified way of handling this, otherwise > each one will have to be dealt with separately. Yes, I don't agree with what you have posted on [1], inventing a new way to handle what is basically a way to remove duplicated ObjectAddresses, and that's what we use in the DropRole() path. The problem reported on this thread has now been fixed as of bb812ab0917e, so why not moving the rest to a different thread with a proper subject? This will attract a better audience for the topic dealt with. [1]: https://www.postgresql.org/message-id/CAHewXN=dPJDvaoME0G9vyemUmY-TpDuqQfcHJRWfUvSWX1p=rQ@mail.gmail.com -- Michael
Commits
-
Fix ALTER TABLE .. ADD COLUMN with complex inheritance trees
- 2f724283719e 12.18 landed
- bfec14d06de8 13.14 landed
- 5a7833f49679 14.11 landed
- ad6fbbeeb07a 15.6 landed
- 51193e7a7d33 16.2 landed
- bb812ab0917e 17.0 landed