Re: PostgreSQL's bug tracker

From: Greg Stark <gsstark(at)mit(dot)edu>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: Martijn van Oosterhout <kleptog(at)svana(dot)org>, Magnus Hagander <mha(at)sollentuna(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>, J B <jbwellsiv(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL's bug tracker
Date: 2005-10-11 19:42:26
Message-ID: 87psqb263h.fsf@stark.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Neil Conway <neilc(at)samurai(dot)com> writes:

> I think debbugs is fairly close to what we'd need, for reasons stated
> earlier:
>
> http://archives.postgresql.org/pgsql-hackers/2005-05/msg01156.php
>
> (I think Bugzilla is *completely* the wrong tool for the Postgres
> development model.)
>
> I've heard vague comments from Debian people that the debbugs code is
> kind of evil, although I haven't confirmed that myself. Writing a system
> like this from scratch would not be much work, anyway...

Well in fact debbugs was rewritten from scratch not long ago. They added lots
of new features and presumably made the code less evil. I suppose that's a big
presumption though :)

I agree that it would be a good match though. There's an email interface for
everything and a number of debian packages use a mailing list as the primary
contact which is how I imagine Postgres developers would like things set up.

--
greg

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Magnus Hagander 2005-10-11 19:50:00 Re: problems with upgrade from 8.0.3 to 8.0.4, Windows
Previous Message Michael Fuhr 2005-10-11 19:36:40 Re: \dD does not show check constraint for domain on version 8.0.4?