Avoid moving data directory in upgrade testing.

Andrew Dunstan <andrew@dunslane.net>

Commit: 4e205ec4d9ef0f75ed39e5e8f0cd338d94c154c5
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2013-03-30T16:54:36Z
Releases: 9.2.4
Avoid moving data directory in upgrade testing.

Windows sometimes gets upset if we rename a large directory and then try
to use the old name quickly, as seen in occasional buildfarm failures.
So we avoid that by building the old version in the intended
destination in the first place instead of renaming it, similar to the
change made for the same reason in commit b7f8465c.

Files

PathChange+/−
contrib/pg_upgrade/test.sh modified +4 −3