On Fri, Aug 14, 2026 at 6:38 PM Zsolt Parragi <[email protected]> wrote: > > While looking at 6713a6e04cb I noticed a similar issue with statistics > targets: ALTER TABLE ALTER COLUMN TYPE forgets the statistics targets > when it recreates the extended statistics that depend on the altered > column, or on an index that depends on the altered column. > > The attached patches fix this limitation.
Hi Zsolt, I haven't dug into 0001, but I modified and included 0002 in another series posted here [1]. - Melanie [1] https://www.postgresql.org/message-id/CAAKRu_ajK0QhmOA3N2-QynT7hXx-VVV99RTXrae3sc51we2TSA%40mail.gmail.com
