Re: Two weeks to feature freeze - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Two weeks to feature freeze
Date
Msg-id Pine.LNX.4.44.0306271511410.5890-100000@peter.localdomain
Whole thread Raw
In response to Re: Two weeks to feature freeze  (Thomas Swan <tswan@idigx.com>)
Responses Re: Two weeks to feature freeze  (Thomas Swan <tswan@idigx.com>)
List pgsql-hackers
Thomas Swan writes:

> I just am really concerned about the uninstall/clean up phase and how
> that can be done in an orderly fashion.  Unless the process can start
> from a clean state again, then it won't be valid.

The only clean state is if you remove the entire source tree and check it
out again.  (Of course to save bandwidth, you copy the checked out source
tree to a temporary location, do your testing, and then remove that
temporary tree.)  Relying on make clean or make uninstall is flawed,
because those are among the things you want to test.

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Two weeks to feature freeze
Next
From: Peter Eisentraut
Date:
Subject: Re: 'out of tree' compile (was: Two weeks to feature