Re: Fix regression in vacuumdb --analyze-in-stages for partitioned tables - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Fix regression in vacuumdb --analyze-in-stages for partitioned tables
Date
Msg-id CAHGQGwGg1+mpnPZCoPB8iJTmz6d-yQfEi2Hz68suH-Gmham0Mw@mail.gmail.com
Whole thread
In response to Fix regression in vacuumdb --analyze-in-stages for partitioned tables  (Chao Li <li.evan.chao@gmail.com>)
List pgsql-hackers
On Fri, May 29, 2026 at 5:41 PM Chao Li <li.evan.chao@gmail.com> wrote:
> The fix is very straightforward, just add check for vacopts->mode == MODE_ANALYZE_IN_STAGES. I also added a test. If
wehad had this test earlier, the regression should have been caught. 

Thanks for reporting the issue and providing the patch! The patch
looks good to me.

Regards,

--
Fujii Masao



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: injection_points: Switch wait/wakeup to use atomics rather than latches
Next
From: Nathan Bossart
Date:
Subject: Re: future of PQfn()