On Tue, Jan 5, 2021 at 4:26 PM Amit Kapila <amit.kapil...@gmail.com> wrote: > > On Tue, Jan 5, 2021 at 2:11 PM Ajin Cherian <itsa...@gmail.com> wrote: > > > > > > I've addressed the above comments and the patch is attached. I've > > called it v36-0007. > > > > Thanks, I have pushed this after minor wordsmithing. >
The test case is failing on one of the build farm machines. See email from Tom Lane [1]. The symptom clearly shows that we are decoding empty xacts which can happen due to background activity by autovacuum. I think we need a fix similar to what we have done in https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=82a0ba7707e010a29f5fe1a0020d963c82b8f1cb. I'll try to reproduce and provide a fix for this later today or tomorrow. [1] - https://www.postgresql.org/message-id/363512.1610171267%40sss.pgh.pa.us -- With Regards, Amit Kapila.