• Magnus Hagander's avatar
    Implement NOWAIT option for BASE_BACKUP command · 3144c33a
    Magnus Hagander authored
    Specifying this option makes the server not wait for the
    xlog to be archived, or emit a warning that it can't,
    instead leaving the responsibility with the client.
    
    This is useful when the log is being streamed using
    the streaming protocol in parallel with the backup,
    without having log archiving enabled.
    3144c33a
xlog.c 303 KB