Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Thomas Munro <thomas.munro@gmail.com>
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:49:54Z
Lists: pgsql-hackers
Thomas Munro <thomas.munro@gmail.com> writes: > 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. OK by me, but then again 4753ef37 wasn't my patch. regards, tom lane
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