On Thu, Apr 15, 2021 at 4:00 PM Japin Li <japi...@hotmail.com> wrote: > > The RelationIdGetRelation() comment says: > > > Caller should eventually decrement count. (Usually, > > that happens by calling RelationClose().) > > However, it doesn't do it in ReorderBufferProcessTXN(). > I think we should close it, here is a patch that fixes it. Thoughts? >
+1. Your fix looks correct to me but can we test it in some way? -- With Regards, Amit Kapila.