Re: Allowing ALTER COLUMN TYPE for columns in publication column lists

From: Soumya S Murali <soumyamurali(dot)work(at)gmail(dot)com>
To: Kevin K Biju <kevinkbiju(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Allowing ALTER COLUMN TYPE for columns in publication column lists
Date: 2026-01-20 11:09:13
Message-ID: CAMtXxw9xhuHZc=zAXV16iPAWdswMjUWvTUn_6zEyF_Njx7AhcA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

Thank you for the updated patch.

> Thanks for testing. I had a look at the test failures, and after commit 67c20979 [1], a warning for creating a publication is only issued when the wal_level is set to minimal. I've updated the test output to reflect this and attached v2 of the patch.
>
> Regards,
> Kevin
>
> [1] https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=67c20979ce72b8c236622e5603f9775968ff501c
>

I have tested v2 of the patch on the current upstream master. The
patch applied cleanly and all regression tests now got passed as
expected.

Regards,
Soumya

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2026-01-20 11:16:31 enable fallthrough warnings on clang
Previous Message VASUKI M 2026-01-20 11:02:46 Re: Optional skipping of unchanged relations during ANALYZE?