On Wed, Oct 20, 2021 at 5:06 PM Amit Kapila wrote:
>
> On Tue, Oct 12, 2021 at 6:21 PM Dilip Kumar wrote:
> >
> > While working on the issue [1], I realize that if a subtransaction
> > hasn't done any catalog change then we don't add this in the commit
> > xid list even if we are building a full
On Tue, Oct 12, 2021 at 6:21 PM Dilip Kumar wrote:
>
> While working on the issue [1], I realize that if a subtransaction
> hasn't done any catalog change then we don't add this in the commit
> xid list even if we are building a full snapshot [2].
>
I think this is true only if we have reached SN
While working on the issue [1], I realize that if a subtransaction
hasn't done any catalog change then we don't add this in the commit
xid list even if we are building a full snapshot [2]. That means when
we will convert this to the MVCC snapshot we will add this to a
running xid list. If my unde