Re: out-of-order XID insertion in KnownAssignedXids
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Konstantin Knizhnik <k.knizhnik@postgrespro.ru>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2018-10-08T09:14:51Z
Lists: pgsql-hackers
On Mon, Oct 08, 2018 at 12:04:28PM +0300, Konstantin Knizhnik wrote: > The simplest way to fix the problem is to ignore duplicates before adding > them to KnownAssignedXids. > We in any case perform sort i this place... I may of course be missing something, but shouldn't we not have duplicates in the first place? -- Michael
Commits
-
Avoid duplicate XIDs at recovery when building initial snapshot
- 0c99e71965d3 9.3.25 landed
- 7c525519d802 9.4.20 landed
- d83dac37447c 9.5.15 landed
- 010041ddcc39 9.6.11 landed
- 8384ff42486e 10.6 landed
- 18781cd2af97 11.0 landed
- 1df21ddb19c6 12.0 landed