Re: BUG #17973: Reinit of pgstats entry for dropped DB can break autovacuum daemon
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Jacob Speidel <jacob@extrahop.com>
Cc: Will Mortensen <will@extrahop.com>, Andres Freund <andres@anarazel.de>, pgsql-bugs@lists.postgresql.org
Date: 2023-08-12T00:23:35Z
Lists: pgsql-bugs
On Fri, Aug 11, 2023 at 02:15:34PM -0700, Jacob Speidel wrote: > I don't think this is a surprise to anyone but this is just an update that > the bug still exists in 15.4 and the patch from Andres still fixes the > problem. Yes, this one has been sitting in my inbox for a few weeks now. The part I am not quite sure of is what we should do for the stats gathered by startup process, but that's separate from this autovacuum scheduling problem at the end. Andres, were you planning to do something here or did you need some help? -- Michael
Commits
-
Fix handling of shared statistics with dropped databases
- 5a9325fdde1d 15.5 landed
- c397c98ae63d 16.0 landed
- 2b8e5273e949 17.0 landed
-
Accept fractional seconds in jsonpath's datetime() method.
- bd590d1fea1b 15.4 cited