• A
    Do not initialize relcache before xlog replay. · f8f6587e
    Ashwin Agrawal, Asim R P and Xin Zhang 提交于
    The need for heap access methods before xlog replay is removed by commit
    e2d6aa1481f6cdbd846d4b17b68eb4387dae9211.  This commit simply moves the
    relcache initialization to pass4, where it is really needed.
    
    Do not bother to remove relcache init file at the end of crash recovery pass2.
    
    Error out if relation cache initialized at wrong time.
    f8f6587e
relcache.c 152.0 KB