Re: PostgreSQL 8.4 development plan

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: 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 18:14:55
Message-ID: 7430.1202408095@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Joshua D. Drake" <jd(at)commandprompt(dot)com> writes:
> I repeat. I am not arguing a particular solution. I am arguing against
> creating more internal infrastructure and the relevant support
> requirements when other solutions exist.

Who said anything about internal infrastructure? We'd be helping
another open source project flesh out and test a possibly-incomplete
area of their code, not undertaking a fork. (Now, if they rejected
patches on the grounds that they don't care about CVS, then this
doesn't work, but I can't imagine they would; they do have partial
support for it.)

Now, switching to some other SCM might indeed create some new support
requirements. I was a bit surprised to read this on another mailing
list yesterday:

>> From a relative time to install from source standpoint it looks like
>> this:
>>
>> CVS - 10 minutes (no external dependencies)
>> GIT - 8 minutes (no external dependencies)
>> Mercurial - 1 minute (depends on Python)
>> Subversion - 4-6 hours (depends on a multitude of packages and will
>> only work with specific versions which you
>> learn about the hard way at build time).

For those on platforms where SVN comes prepackaged, this might not be
a big problem (except maybe for pulling in packages they don't want).
For other developers this kind of thing could be a showstopper.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Mielke 2008-02-07 18:25:00 Re: PostgreSQL 8.4 development plan
Previous Message Stefan Kaltenbrunner 2008-02-07 18:10:53 Re: PostgreSQL 8.4 development plan