Robert Haas <robertmh...@gmail.com> wrote:
 
> Files now up at:
> 
> http://developer.postgresql.org/~rhaas/
 
As an initial sanity test I downloaded the bz2 version and its md5
file.  The md5sum checked out and this all ran as expected:
 
tar -xjf postgresql-9.1alpha4.tar.bz2
cd postgresql-9.1alpha4/
./configure --prefix=/usr/local/pgsql-9.1alpha4 \
            --enable-debug \
            --enable-cassert \
            --enable-depend
make world
make check-world
pushd src/test/isolation/ ; make check ; popd
 
-Kevin

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to