]> granicus.if.org Git - postgresql/commit
Avoid moving data directory in upgrade testing.
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 30 Mar 2013 16:44:29 +0000 (12:44 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 30 Mar 2013 16:44:29 +0000 (12:44 -0400)
commit67eb3e5075b52bb9d91dc3bd9358ac1da2ded5fc
tree97e1ee8143f95c90aa476a85fb57ec82f7df7f65
parentb015558091075a898a8348934f1d36386d87f5e5
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