• Andrew Dunstan's avatar
    Use correct path separator for Windows builtin commands. · 504aeea6
    Andrew Dunstan authored
    pg_upgrade produces a platform-specific script to remove the old
    directory, but on Windows it has not been making sure that the
    paths it writes as arguments for rmdir and del use the backslash
    path separator, which will cause these scripts to fail.
    
    The fix is backpatched to Release 9.0.
    504aeea6
check.c 25.8 KB