• Magnus Hagander's avatar
    Move permissions check from do_pg_start_backup to pg_start_backup · 9544cc0d
    Magnus Hagander authored
    And the same for do_pg_stop_backup. The code in do_pg_* is not allowed
    to access the catalogs. For manual base backups, the permissions
    check can be handled in the calling function, and for streaming
    base backups only users with the required permissions can get past
    the authentication step in the first place.
    
    Reported by Antonin Houska, diagnosed by Andres Freund
    9544cc0d
xlog.c 346 KB