Re: wrap alpha4 tomorrow ~9am Eastern (was: Alpha4 release blockers)

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Robert Haas" <robertmhaas(at)gmail(dot)com>, "Peter Eisentraut" <peter_e(at)gmx(dot)net>
Cc: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>, <pgsql-hackers(at)postgresql(dot)org>,"Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: wrap alpha4 tomorrow ~9am Eastern (was: Alpha4 release blockers)
Date: 2011-03-09 17:30:49
Message-ID: 4D7764E9020000250003B6F8@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Robert Haas <robertmhaas(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-03-09 17:53:27 Re: wrap alpha4 tomorrow ~9am Eastern (was: Alpha4 release blockers)
Previous Message Robert Haas 2011-03-09 17:06:02 Re: How should the waiting backends behave in sync rep?