Heikki Linnakangas <[EMAIL PROTECTED]> 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

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to