Re: BF mamba failure
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Kouber Saparev <kouber@gmail.com>
Cc: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2026-07-07T23:59:35Z
Lists: pgsql-hackers
On Tue, Jul 07, 2026 at 01:13:59PM +0300, Kouber Saparev wrote: > We had this issue again, the database just stopped - PostgreSQL 17.6. > > FATAL,XX000,"trying to drop stats entry already dropped: kind=relation > dboid=16420 objoid=3885511363 refcount=1 generation=0" > > There is no such object present in the database. > > Do you think the issue might be fixed in PostgreSQL 18.4?... Or PostgreSQL > 19 eventually? Well, honestly, hard to say. That's a case where a reproducible scenario would be useful, as it seems to ve very workload dependent in terms of handling of the relation entries.. (Aka I have not dug in details how to do that.) As one example, the buildfarm seems to be quite silent, but it would help if we need something like a wraparound for better reproducibility. -- Michael
Commits
-
Add information about "generation" when dropping twice pgstats entry
- 769be67a3c7a 15.14 landed
- f770006928d0 16.10 landed
- bdda6ba30cbe 17.6 landed
- ab74ce4dc909 18.0 landed
- 84b32fd22830 19 (unreleased) landed
-
Fix race conditions with drop of reused pgstats entries
- 154c5b42a3d8 15.10 landed
- afa20845dd13 16.6 landed
- 1d6a03ea4146 17.2 landed
- 818119afccd3 18.0 landed