Re: Fixes inconsistent behavior in vacuum when it processes multiple relations
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Nathan Bossart <nathandbossart@gmail.com>
Cc: shihao zhong <zhong950419@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2025-06-30T06:49:49Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Rationalize handling of VacuumParams
- 2252fcd4276c 19 (unreleased) landed
-
Avoid scribbling of VACUUM options
- 65c3223f93a0 13.22 landed
- c079ba3fc2a4 14.19 landed
- 354944663df3 15.14 landed
- d187cabddadc 16.10 landed
- 2e0b5d252b10 17.6 landed
- 661643dedad9 18.0 landed
On Wed, Jun 25, 2025 at 10:21:03AM -0500, Nathan Bossart wrote: > On Wed, Jun 25, 2025 at 10:31:35AM +0900, Michael Paquier wrote: >> Attached is the remaining patch for HEAD, planned once v19 opens, and >> the tests I have used on the back-branches as a txt to not confuse the >> CI, for reference. > > Looks reasonable to me. Thanks. Applied on HEAD, then. -- Michael