On Wed, Mar 9, 2011 at 12:30 PM, Kevin Grittner
<kevin.gritt...@wicourts.gov> wrote:
> 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

Thanks.  I copied the files to ~ftp/pub/source/9.1alpha4 on
developer.postgresql.org also, along side the existing 9.1alpha{1,2,3}
directories, but I'm fuzzy on how it all gets pushed out to wwwmaster
and the mirror network.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

-- 
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