Heikki Linnakangas <hlinnaka@iki.fi> writes:
> There's an assertion in multixact.c, MultiXactIdExpand function, line 273:
> Assert(!TransactionIdEquals(multi, xid));
> where multi is a MultiXactId and xid is a TransactionId.
> Isn't this bogus?
No. Note the comment immediately above, as well as the header comment
for the function.
regards, tom lane