Re: 8.5alpha3 - General Impression

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: David Gradwell <david(at)gradwell(dot)com>, pgsql-testers(at)postgresql(dot)org
Subject: Re: 8.5alpha3 - General Impression
Date: 2010-02-04 07:07:02
Message-ID: 4B6A7216.2060007@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-testers

David,

> I have two Ubuntu 9.10 servers ready to run a test on hot standby
> (plus setting up my test rig for a 100 table and 100 view plus
> application) if you can direct me to a binary that I can install
> on Ubuntu (Linux) without too much hassle. I joined a call that
> discussed availability of a relatively easy install a couple of
> weeks ago but haven't heard anything since.

The alphas are pretty much released in source code form only.

However, compiling them is easy:

1) Install the "flex", "automake", "gcc", "bison" packages

2) ./configure --prefix=/some/test/location
make
make install
make check

--Josh

In response to

Responses

Browse pgsql-testers by date

  From Date Subject
Next Message Magnus Hagander 2010-02-04 11:41:33 Re: 8.5alpha3 - General Impression
Previous Message Josh Berkus 2010-02-02 23:30:49 Re: 8.5alpha3 - General Impression