Re: [PATCH] Replica sends an incorrect epoch in its hot standby feedback to the Master
David Steele <david@pgmasters.net>
From: David Steele <david@pgmasters.net>
To: Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>, "Palamadai, Eka" <ekanatha@amazon.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>,
Thomas Munro <thomas.munro@gmail.com>
Date: 2020-03-03T13:02:51Z
Lists: pgsql-hackers
On 3/2/20 10:33 AM, Juan José Santamaría Flecha wrote: > On Fri, Feb 21, 2020 at 8:15 PM Palamadai, Eka <ekanatha@amazon.com > <mailto:ekanatha@amazon.com>> wrote: > > Please, do not top post on this list. > > Thanks a lot for the feedback. Please let me know if you have any > further comments. Meanwhile, I have also added this patch to > "Commitfest 2020-03" at https://commitfest.postgresql.org/27/2464. > > > Apparently, there are a couple of duplicate entries in the commitfest > as: https://commitfest.postgresql.org/27/2463/ and > https://commitfest.postgresql.org/27/2462/ > > Could close those as "withdrawn"? I have marked the duplicate entries 2462 and 2463 as withdrawn. -- -David david@pgmasters.net
Commits
-
Fix nextXid tracking bug on standbys (9.5-11 only).
- 4e8cad2da36a 9.6.18 landed
- d22ac5378fbd 9.5.22 landed
- 05e0aff58446 10.13 landed
- a493f933422c 11.8 landed
-
Add basic infrastructure for 64 bit transaction IDs.
- 2fc7af5e9660 12.0 cited