pgsql: Avoid moving data directory in upgrade testing.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid moving data directory in upgrade testing.
Date: 2013-03-30 16:55:15
Message-ID: E1ULz3j-0005yd-Me@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/67eb3e5075b52bb9d91dc3bd9358ac1da2ded5fc

Modified Files
--------------
contrib/pg_upgrade/test.sh | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2013-03-30 17:01:34 Re: Fix for pg_upgrade and invalid indexes
Previous Message Andrew Dunstan 2013-03-30 16:55:06 pgsql: Avoid moving data directory in upgrade testing.