• A
    Check for zero persistentTID in xlog record · 9b2eb416
    Ashwin Agrawal 提交于
    Refactor code to use common routine to fetch PT info for xlogging. Check can
    be easliy added at this common place to validate persistent info is
    available. Plus still add check during recovery for persistentTID zero. As
    with postgres upstream merges possible the function to populate persistent info is
    not called at all, so this check will not hit during xlog record construction
    but atleast gives clear clue during recovery.
    9b2eb416
relcache.c 149.3 KB