Re: ALTER TABLE: warn when actions do not recurse to partitions
Jim Jones <jim.jones@uni-muenster.de>
From: Jim Jones <jim.jones@uni-muenster.de>
To: Chao Li <li.evan.chao@gmail.com>,
Postgres hackers <pgsql-hackers@lists.postgresql.org>
Cc: Greg Sabino Mullane <htamfids@gmail.com>,
"David G. Johnston" <david.g.johnston@gmail.com>,
Zsolt Parragi <zsolt.parragi@percona.com>
Date: 2026-05-04T11:24:03Z
Lists: pgsql-hackers
Attachments
- v11-0001-ALTER-TABLE-emit-NOTICE-when-ONLY-is-omitted-but.patch (text/x-patch) patch v11-0001
- v11-0002-Add-NOTICE-to-REPACK-CONCURRENTLY-tests.patch (text/x-patch) patch v11-0002
Hi Chao On 01/04/2026 10:03, Chao Li wrote: > PFA v10 - fixed a test failure. v10 was no longer applying due to changes in tablecmds.c, so I rebased it. Additionally, the new REPACK (CONCURRENTLY) tests on partitioned tables were failing. I added a fix in 0002 (for better reviewing). Best, Jim