Re: TRAP: FailedAssertion("tabstat->trans == trans", File: "pgstat_relation.c", Line: 508
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Michael Paquier <michael@paquier.xyz>
Cc: Erik Rijkers <er@xs4all.nl>, Kyotaro Horiguchi <horikyota.ntt@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2022-05-13T02:02:31Z
Lists: pgsql-hackers
Hi, I finally pushed the fix for this. Erik, thanks for the report! And thanks Michael for the ping... On 2022-05-11 20:32:14 -0700, Andres Freund wrote: > On 2022-05-11 15:48:40 +0900, Michael Paquier wrote: > > Ping. It looks annoying to release beta1 with that, as assertions are > > likely going to be enabled in a lot of test builds. FWIW, it's somewhat hard to hit (basically the sender needs to stall while sending out a transaction / network being really slow), so it'd not have been likely to be hit by all that many people. Greetings, Andres Freund
Commits
-
Don't report stats in LogicalRepApplyLoop() when in xact.
- 0cf16cb8ca48 15.0 landed