Comment 11 for bug 1754298

Revision history for this message
Andrew Johnson (anj) wrote :

Yes, this was a bug in the original implementation. I committed the fix to the 3.15 branch and merged it into 3.16 on Friday.

I asked the question about attaching info items to aliases in case we switch to an alternative way to attach info items to records that would prevent their being attached to aliases. Moving the ELLIST infoList from struct dbRecordNode to a dbCommon field would save memory and make a faster info API possible from just a precord pointer (this wasn't possible when info's were originally added as we still had 2 different in-memory representations for a record instance back then).