From: | Mark Mielke <mark(at)mark(dot)mielke(dot)cc> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Gregory Stark <stark(at)enterprisedb(dot)com>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Magnus Hagander <magnus(at)hagander(dot)net>, Dimitri Fontaine <dfontaine(at)hi-media(dot)com>, pgsql-hackers(at)postgresql(dot)org, Peter Eisentraut <peter_e(at)gmx(dot)net>, Josh Berkus <josh(at)agliodbs(dot)com>, Brendan Jurd <direvus(at)gmail(dot)com>, Dave Page <dpage(at)postgresql(dot)org> |
Subject: | Re: PostgreSQL 8.4 development plan |
Date: | 2008-02-07 22:00:27 |
Message-ID: | 47AB7F7B.6080200@mark.mielke.cc |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)andromeda]/stage/mark/git-1.5.4# mkdir /opt/git-1.5.4
[root(at)andromeda]/stage/mark/git-1.5.4# chown mark:mark /opt/git-1.5.4
[root(at)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(at)mielke(dot)cc>
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2008-02-07 22:06:13 | Re: PostgreSQL 8.4 development plan |
Previous Message | Stefan Kaltenbrunner | 2008-02-07 21:57:31 | Re: PostgreSQL 8.4 development plan |