Re: Bogus assertion in multixact.c? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Bogus assertion in multixact.c?
Date
Msg-id 2729.1115145844@sss.pgh.pa.us
Whole thread Raw
In response to Bogus assertion in multixact.c?  (Heikki Linnakangas <hlinnaka@iki.fi>)
Responses Re: Bogus assertion in multixact.c?
List pgsql-hackers
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


pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: [pgsql-advocacy] Increased company involvement
Next
From: Alvaro Herrera
Date:
Subject: Re: Bogus assertion in multixact.c?