pgsql: Change overly strict Assert in TransactionGroupUpdateXidStatus.

2019-12-16 Thread Amit Kapila
Change overly strict Assert in TransactionGroupUpdateXidStatus. This Assert thought that an overflowed transaction can never get registered for the group update.  But that is not true, because even when the number of children for a transaction got reduced, the overflow flag is not changed. And, f

pgsql: Change overly strict Assert in TransactionGroupUpdateXidStatus.

2019-12-16 Thread Amit Kapila
Change overly strict Assert in TransactionGroupUpdateXidStatus. This Assert thought that an overflowed transaction can never get registered for the group update.  But that is not true, because even when the number of children for a transaction got reduced, the overflow flag is not changed. And, f

pgsql: Change overly strict Assert in TransactionGroupUpdateXidStatus.

2019-12-16 Thread Amit Kapila
Change overly strict Assert in TransactionGroupUpdateXidStatus. This Assert thought that an overflowed transaction can never get registered for the group update.  But that is not true, because even when the number of children for a transaction got reduced, the overflow flag is not changed. And, f