• Andrew Dunstan's avatar
    Don't override arguments set via options with positional arguments. · 1b37a8c3
    Andrew Dunstan authored
    A number of utility programs were rather careless about paremeters
    that can be set via both an option argument and a positional
    argument. This leads to results which can violate the Principal
    Of Least Astonishment. These changes refuse to use positional
    arguments to override settings that have been made via positional
    arguments. The changes are backpatched to all live branches.
    1b37a8c3
vacuumdb.c 9.45 KB