• H
    Use the regular main processing loop also in walsenders. · fd5942c1
    Heikki Linnakangas 提交于
    The regular backend's main loop handles signal handling and error recovery
    better than the current WAL sender command loop does. For example, if the
    client hangs and a SIGTERM is received before starting streaming, the
    walsender will now terminate immediately, rather than hang until the
    connection times out.
    fd5942c1
walsender.c 41.5 KB