Re: Postgres development model (was Re: [HACKERS] CVS comment)

2004-08-13 Thread Andrew Dunstan

Peter Eisentraut wrote:
There is also a big difference between supporting some proprietary 
software and making proprietary software a de facto requirement for 
participating in the development effort.

 

Just to complete the information on this, I have it on good authority 
(i.e. from Larry McVoy) that they have a prototype BK<->CVS 
bidirectional read/write gateway. So nobody would be required to use 
anything.

My personal opinion (which I expressed to Larry) is that the pain is not 
great enough to warrant any change right now, but I guess the committers 
have a better view of that than I do.

cheers
andrew
---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


Re: Postgres development model (was Re: [HACKERS] CVS comment)

2004-08-10 Thread Andrew Dunstan
Reinoud van Leeuwen said:
> On Mon, Aug 09, 2004 at 09:30:09AM +0200, Peter Eisentraut wrote:
>> Tom Lane wrote:
>> > I haven't seen any particular reason why we should adopt another
>> > SCM. Perhaps BitKeeper or SubVersion would be better for our
>> > purposes than CVS, but are they enough better to justify the
>> > switchover costs?
>>
>> BitKeeper ist not open source, so it's out of the question for most
>> people.
>
> Why? I understood that using BitKeeper for free for Open Source
> projects  is allowed. (but IANAL).
> It is available (on many platforms). It works great. Once you use
> changesets you'll never want to go back to cvs.
>
> Producing an Open Source product does not mean that all tools are Open
> Source. Windows isn't and Postgresql is going to support windows.
>

tools we use <> platforms we support. With one tiny exception all the tools
we use for producing the Windows binaries are in fact open source.

Anyway, when people who actually make substantial contributions start making
noises about changing source repository systems it should be considered -
nobody else should care or be listened to, IMNSHO.

cheers

andrew



---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


Re: Postgres development model (was Re: [HACKERS] CVS comment)

2004-08-10 Thread Peter Eisentraut
Reinoud van Leeuwen wrote:
> Why? I understood that using BitKeeper for free for Open Source
> projects is allowed. (but IANAL).
> It is available (on many platforms). It works great. Once you use
> changesets you'll never want to go back to cvs.

There is a world of a difference between being free (of charge) for open 
source projects and being open source itself.

> Producing an Open Source product does not mean that all tools are
> Open Source. Windows isn't and Postgresql is going to support
> windows.

There is also a big difference between supporting some proprietary 
software and making proprietary software a de facto requirement for 
participating in the development effort.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match


Re: Postgres development model (was Re: [HACKERS] CVS comment)

2004-08-10 Thread Reinoud van Leeuwen
On Mon, Aug 09, 2004 at 09:30:09AM +0200, Peter Eisentraut wrote:
> Tom Lane wrote:
> > I haven't seen any particular reason why we should adopt another SCM.
> > Perhaps BitKeeper or SubVersion would be better for our purposes than
> > CVS, but are they enough better to justify the switchover costs?
> 
> BitKeeper ist not open source, so it's out of the question for most 
> people.  

Why? I understood that using BitKeeper for free for Open Source projects 
is allowed. (but IANAL).
It is available (on many platforms). It works great. Once you use 
changesets you'll never want to go back to cvs.

Producing an Open Source product does not mean that all tools are Open 
Source. Windows isn't and Postgresql is going to support windows.

-- 
__
"Nothing is as subjective as reality"
Reinoud van Leeuwen[EMAIL PROTECTED]
http://www.xs4all.nl/~reinoud
__

---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


Re: Postgres development model (was Re: [HACKERS] CVS comment)

2004-08-09 Thread James William Pye
On 08/09/04:32/1, Peter Eisentraut wrote:
> BitKeeper ist not open source, so it's out of the question for most 
> people.  Subversion is shockingly unstable.  I'm very open for 
> something that replaces CVS, but I'd rather not use any than one of 
> these two.

>From my casual usage of svn, I haven't noticed any stability issues. If it
were shockingly unstable, I would have expected to have had problems with
it.

Using the ssh tunnel, served on an fbsd jail(yeah, rented from Marc), and
connecting with svn client 1.0.4 on my home fbsd 4.10 box..

-- 
Regards,
James William Pye


pgpSZcjQr1lVw.pgp
Description: PGP signature


Re: Postgres development model (was Re: [HACKERS] CVS comment)

2004-08-09 Thread Joerg Hessdoerfer
Hi,

On Monday 09 August 2004 09:30, you wrote:
> Tom Lane wrote:
> > I haven't seen any particular reason why we should adopt another SCM.
> > Perhaps BitKeeper or SubVersion would be better for our purposes than
> > CVS, but are they enough better to justify the switchover costs?
>
> BitKeeper ist not open source, so it's out of the question for most
> people.  Subversion is shockingly unstable.  I'm very open for
> something that replaces CVS, but I'd rather not use any than one of
> these two.

Wow, that's a remark. 'Shockingly unstable'... I wonder where you got that 
from? As someone who is using Subversion very heavily in production 
environments, with code repositories which outgrow PostgreSQL's codebase size 
by factors of up to 20 (mainly due to being binary source code for a strange 
development platform) and having a very high update rate I *never* had any 
problems except one or two short periods of inaccessibility due to web server 
probs.

I would really like you to substantiate those claims, and please not from the 
pre-beta time area.

'K, 'nough said!

Greetings,
Joerg Hessdoerfer
-- 
Leading SW developer  - S.E.A GmbH
Mail: [EMAIL PROTECTED]
WWW:  http://www.sea-gmbh.com

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])


Re: Postgres development model (was Re: [HACKERS] CVS comment)

2004-08-09 Thread Peter Eisentraut
Tom Lane wrote:
> I haven't seen any particular reason why we should adopt another SCM.
> Perhaps BitKeeper or SubVersion would be better for our purposes than
> CVS, but are they enough better to justify the switchover costs?

BitKeeper ist not open source, so it's out of the question for most 
people.  Subversion is shockingly unstable.  I'm very open for 
something that replaces CVS, but I'd rather not use any than one of 
these two.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


---(end of broadcast)---
TIP 8: explain analyze is your friend


Re: Postgres development model (was Re: [HACKERS] CVS comment)

2004-08-08 Thread Ross J. Reedstrom
On Sun, Aug 08, 2004 at 01:18:02AM -0400, Tom Lane wrote:
> Alvaro Herrera <[EMAIL PROTECTED]> writes:
> 
> > Maybe a better SCM could help with this, but I doubt it.
> 
> I haven't seen any particular reason why we should adopt another SCM.
> Perhaps BitKeeper or SubVersion would be better for our purposes than
> CVS, but are they enough better to justify the switchover costs?
> I doubt it.

CVS has it problems, and there are other SCM packages available that
address those, but the but the main problem for postgresql is shortage
of uber-hackers, as Tom says. Once that problems solved (more good
coders seasoned in the codebase) then it might be time to switch.
By then, they'll be even easier to use. ;-)

Ross
-- 
Ross Reedstrom, Ph.D. [EMAIL PROTECTED]
Research Scientist  phone: 713-348-6166
The Connexions Project  http://cnx.rice.edu   fax: 713-348-3665
Rice University MS-375, Houston, TX 77005
GPG Key fingerprint = F023 82C8 9B0E 2CC6 0D8E  F888 D3AE 810E 88F0 BEDE

---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


Re: Postgres development model (was Re: [HACKERS] CVS comment)

2004-08-07 Thread Tom Lane
Alvaro Herrera <[EMAIL PROTECTED]> writes:
> I don't think it was a problem of committers.  To me it was a problem of
> reviewers.  Those are very scarce (for the bigger items it's mostly only
> Tom).

Yah.  We have plenty of people authorized to commit, and we add more
on a pretty regular basis.  (FWIW, Alvaro, you are high on the list
of people to appoint as new committers.)  The problem is finding
adequate review talent.  You don't have to be a committer to help review
patches --- feel free to look at anything that goes by, and if you see
a problem say so!  But the difficulty is that PG is a pretty large and
complex system, and it takes a good deal of familiarity with it to spot
some of the more esoteric problems.

Right at the moment we are a bit short of uber-hackers.  Vadim Mikheev
knew a lot about the code, but he's dropped out of sight and not been
replaced.  Tom Lockhart is sorely missed as well.  You, Manfred, and
Neil are up-and-coming but you each probably need another couple years
fooling with the code before you really have the full wizard's rating.

I don't have any magic solution to this.  I do say that people who know
the code get there by doing things with it --- at least that's how I got
there --- so I certainly encourage anyone with the time and interest
to pursue it.  When you see a bizarre bug report, find the cause and
fix it.  Or pick a project that you almost know how to do, but not
quite, and learn until you can do it.  Repeat as needed.

> Maybe a better SCM could help with this, but I doubt it.

I haven't seen any particular reason why we should adopt another SCM.
Perhaps BitKeeper or SubVersion would be better for our purposes than
CVS, but are they enough better to justify the switchover costs?
I doubt it.

regards, tom lane

---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faqs/FAQ.html


Re: Postgres development model (was Re: [HACKERS] CVS comment)

2004-08-07 Thread Joe Conway
Alvaro Herrera wrote:
I don't think it was a problem of committers.  To me it was a problem of
reviewers.  Those are very scarce (for the bigger items it's mostly only
Tom).  Maybe a better SCM could help with this, but I doubt it.  As an
example, I did read the autovacuum patch, but I had no useful comment to
make on it.  Why didn't Jan or Bruce say something about it?  What about
Neil or Joe Conway?  If any of them could have had useful feedback, they
didn't have the time to do it.
Unfortunately due to other commitments, personal and professional, I 
haven't had time to do much this development cycle :-(. I'm just now 
able to start getting a bit more active again.

But in any case I think your second sentence above gets to the heart of 
the issue. Postgres is a complex piece of code, and even though I have 
commit access, I don't understand many parts of it well enough to do a 
credible job reviewing others' code (at least not without days of effort 
just trying to understand what it is that I'm reviewing). Where I have 
both the time and some knowledge I do try to help, e.g. with plperl.

Joe
---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
 subscribe-nomail command to [EMAIL PROTECTED] so that your
 message can get through to the mailing list cleanly


Postgres development model (was Re: [HACKERS] CVS comment)

2004-08-07 Thread Alvaro Herrera
On Sat, Aug 07, 2004 at 12:38:10PM +0200, Gaetano Mendola wrote:
> Alvaro Herrera wrote:

> >Subversion and arch have been mentioned, but so far there is no
> >compelling reason to change.  It'd take convincing at least a couple
> >of core hackers to get the ball rolling ...
> 
> Well, I think having seen what's happening at the 8.0 relase I think
> that committers are too overloaded and someone else have to be
> "promoted" to be a committers, and I believe that having betters tools
> can improve the process too.

I don't think it was a problem of committers.  To me it was a problem of
reviewers.  Those are very scarce (for the bigger items it's mostly only
Tom).  Maybe a better SCM could help with this, but I doubt it.  As an
example, I did read the autovacuum patch, but I had no useful comment to
make on it.  Why didn't Jan or Bruce say something about it?  What about
Neil or Joe Conway?  If any of them could have had useful feedback, they
didn't have the time to do it.

The Linux model, heavily changed by the BitKeeper phenomenom (and I
think Andrew Morton plays a big role there too), does not really apply
here because the difference in manpower is huge.  They currently have a
very succesful model, very different from what was two years ago, but
they do have several very capable mantainers/reviewers.

Maybe our development process does need a revision.  Neil Conway seemed
to agree some time ago, but the rest of the people doesn't seem to have
an opinion on the subject that I remember.

But it's not a problem of committers.  Oleg Bartunov is a committer too,
as is Dennis Bjorklund, Peter Eisentraut, Marc Fournier and others.  But
apparently these are issues that they are not able to help with.

-- 
Alvaro Herrera ()
"Some men are heterosexual, and some are bisexual, and some
men don't think about sex at all... they become lawyers" (Woody Allen)


---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster