Re: PostgreSQL 8.4 development plan - Mailing list pgsql-hackers

From Mark Mielke
Subject Re: PostgreSQL 8.4 development plan
Date
Msg-id 47AB7F7B.6080200@mark.mielke.cc
Whole thread Raw
In response to Re: PostgreSQL 8.4 development plan  (Mark Mielke <mark@mark.mielke.cc>)
List pgsql-hackers
Mark Mielke wrote:
> Perhaps he didn't read the instructions. See below for a 5 minutes 34 
> elapsed time. This includes extracting SVN over the network using SVN.

And just to be complete, here is git at 2 minutes 13 seconds. Not that 
these times matter at all, but in case anybody thinks they do...

$ time zsh
$ cd /stage/mark
$ wget http://kernel.org/pub/software/scm/git/git-1.5.4.tar.bz2
...
16:56:41 (450.83 KB/s) - `git-1.5.4.tar.bz2' saved [1583166/1583166]

$ tar xfj git-1.5.4.tar.bz2
$ cd git-1.5.4
$ su
Password:
[root@andromeda]/stage/mark/git-1.5.4# mkdir /opt/git-1.5.4
[root@andromeda]/stage/mark/git-1.5.4# chown mark:mark /opt/git-1.5.4
[root@andromeda]/stage/mark/git-1.5.4# exit
$ ./configure --prefix=/opt/git-1.5.4
...
$ make -j4
...
$ make install
...
$ /opt/git-1.5.4/bin/git version
git version 1.5.4
$ exit
zsh  63.61s user 12.94s system 57% cpu 2:13.77 total


-- 
Mark Mielke <mark@mielke.cc>


pgsql-hackers by date:

Previous
From: Stefan Kaltenbrunner
Date:
Subject: Re: PostgreSQL 8.4 development plan
Next
From: "Heikki Linnakangas"
Date:
Subject: Re: PostgreSQL 8.4 development plan