Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken
Thomas Munro <thomas.munro@gmail.com>
From: Thomas Munro <thomas.munro@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Nathan Bossart <nathandbossart@gmail.com>,
Melanie Plageman <melanieplageman@gmail.com>, Pg Hackers <pgsql-hackers@postgresql.org>, Stephen Frost <sfrost@snowman.net>
Date: 2023-03-10T22:39:08Z
Lists: pgsql-hackers
Attachments
- 0001-Fix-fractional-vacuum_cost_delay.patch (text/x-patch) patch 0001
On Fri, Mar 10, 2023 at 6:58 PM Thomas Munro <thomas.munro@gmail.com> wrote: > ... Perhaps something like 0004, which also shows the sort > of thing that we might consider back-patching to 14 and 15 (next > revision I'll move that up the front and put it in back-patchable > form). I think this is the minimal back-patchable change. I propose to go ahead and do that, and then to kick the ideas about latch API changes into a new thread for the next commitfest.
Commits
-
Use nanosleep() to implement pg_usleep().
- a948e49e2ef1 16.0 landed
-
Update obsolete comment about pg_usleep() accuracy.
- e4da2a44c17a 16.0 landed
-
Fix fractional vacuum_cost_delay.
- 2bef57ee8b38 14.8 landed
- d9c9c43af5c8 15.3 landed
- 720de00af49d 16.0 landed