• A
    Return early from distributed snapshot check if local xid is not normal. · 95606c12
    Ashwin Agrawal 提交于
    Only normal xids can have distributed xids, so no point trying to check
    distributed log and lookout for its corresponding distributed xid. Not sure how
    much performance this impacts but its more important to not go chasing down
    non-existent file, corresponding to frozen xids. Though currently for
    distributed log it treats that as local transaction but just lot of extra work
    to get that answer.
    95606c12
cdbdistributedsnapshot.c 8.1 KB