Re: pg_upgrade automatic testing - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: pg_upgrade automatic testing
Date
Msg-id 1320511529.28373.12.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: pg_upgrade automatic testing  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: pg_upgrade automatic testing  (Bruce Momjian <bruce@momjian.us>)
Re: pg_upgrade automatic testing  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On mån, 2011-09-19 at 07:06 +0300, Peter Eisentraut wrote:
> I found a simpler way to get this working.  Just hack up the catalogs
> for the new path directly.  So I can now run this test suite against
> older versions as well, like this:
> 
> contrib/pg_upgrade$ make installcheck oldsrc=somewhere oldbindir=elsewhere

Any comments on how to proceed with this?  I think it has been useful in
detecting pg_upgrade breakage a few times already, so I'd like to commit
it and start using it.




pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: psql expanded auto
Next
From: Tom Lane
Date:
Subject: Re: [GENERAL] Strange problem with create table as select * from table;