Re: [PATCH] Replica sends an incorrect epoch in its hot standby feedback to the Master

2020-03-12 Thread Palamadai, Eka
On Wed, Mar 11, 2020 at 7:47 PM Thomas Munro wrote: > On Sat, Feb 22, 2020 at 6:10 AM Palamadai, Eka wrote: > > Thanks a lot for the feedback. Please let me know if you have any further comments. Meanwhile, I have also added this patch to "Commi

Re: [PATCH] Replica sends an incorrect epoch in its hot standby feedback to the Master

2020-02-21 Thread Palamadai, Eka
wrote: On Fri, Feb 7, 2020 at 1:03 PM Palamadai, Eka wrote: > The below problem occurs in Postgres versions 11, 10, and 9.6. However, it doesn’t occur since Postgres version 12, since the commit [6] to add basic infrastructure for 64-bit transaction IDs indirectly fixed it.