Re: TRAP: FailedAssertion("tabstat->trans == trans", File: "pgstat_relation.c", Line: 508
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Erik Rijkers <er@xs4all.nl>
Cc: Kyotaro Horiguchi <horikyota.ntt@gmail.com>, andres@anarazel.de, pgsql-hackers@lists.postgresql.org
Date: 2022-05-11T06:48:40Z
Lists: pgsql-hackers
On Mon, Apr 25, 2022 at 03:18:52PM +0900, Michael Paquier wrote: > On Wed, Apr 20, 2022 at 01:03:20PM +0200, Erik Rijkers wrote: >> Yes, that seems to fix it: I applied that latter patch, and ran my program >> 250x without errors. Then I removed it again an it gave the error within >> 15x. > > That looks simple enough, indeed. Andres, are you planning to address > this issue? Ping. It looks annoying to release beta1 with that, as assertions are likely going to be enabled in a lot of test builds. -- Michael
Commits
-
Don't report stats in LogicalRepApplyLoop() when in xact.
- 0cf16cb8ca48 15.0 landed