]> granicus.if.org Git - postgresql/commit
Avoid moving data directory in upgrade testing.
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 30 Mar 2013 16:54:36 +0000 (12:54 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 30 Mar 2013 16:54:36 +0000 (12:54 -0400)
commit4e205ec4d9ef0f75ed39e5e8f0cd338d94c154c5
tree3bb863ae228609797285b326dfa0766195927601
parentd2b8d060c4f8d9154113312f6f2628298e6aff59
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.
contrib/pg_upgrade/test.sh