https://github.com/postgres/postgres
Revision d10ddf4d510a5e366775f9a6bb20d0104ff1bcfd authored by Andrew Dunstan on 03 September 2012, 22:11:17 UTC, committed by Andrew Dunstan on 03 September 2012, 22:11:17 UTC
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.
1 parent 9739518
History
Tip revision: d10ddf4d510a5e366775f9a6bb20d0104ff1bcfd authored by Andrew Dunstan on 03 September 2012, 22:11:17 UTC
Use correct path separator for Windows builtin commands.
Tip revision: d10ddf4
File Mode Size
config
contrib
doc
src
.gitignore -rw-r--r-- 360 bytes
COPYRIGHT -rw-r--r-- 1.2 KB
GNUmakefile.in -rw-r--r-- 3.7 KB
Makefile -rw-r--r-- 1.5 KB
README -rw-r--r-- 1.3 KB
README.git -rw-r--r-- 820 bytes
aclocal.m4 -rw-r--r-- 385 bytes
configure -rwxr-xr-x 846.3 KB
configure.in -rw-r--r-- 62.1 KB

README

back to top