• H
    Disable "cannot make new WAL entries during recovery" check again. · b25116ac
    Heikki Linnakangas 提交于
    The check was introduced by the 8.4 merge, but I had disabled it because
    we were tripping it. I re-enabled it in commit 1df4698a, thinking that
    the other changes in that commit made it work again, but we're seeing
    pipeline failures on many filerep-related test suites because of this.
    So disable it again.
    
    We really shouldn't hit that sanity check, but the current plan is to
    revamp this code greatly before the next release, as we are about to start
    replacing the GPDB-specific file replication with upstream WAL replication.
    Chances are that it will start to just work once that work is done, so I'm
    not going to spend any more time investigating this right now.
    
    Analysis by Jacob Champion.
    b25116ac
xlog.c 391.5 KB