Re: BugTracker (Was: Re: 8.2 features status)

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Magnus Hagander <mha(at)sollentuna(dot)net>, "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>, Kenneth Marshall <ktm(at)is(dot)rice(dot)edu>, "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, Mark Kirkwood <markir(at)paradise(dot)net(dot)nz>, Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>, pgsql-hackers(at)postgresql(dot)org, Bruce Momjian <bruce(at)momjian(dot)us>
Subject: Re: BugTracker (Was: Re: 8.2 features status)
Date: 2006-08-17 19:45:10
Message-ID: 20060817194510.GB318@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> "Magnus Hagander" <mha(at)sollentuna(dot)net> writes:
> >> ... Red Hat's present bugzilla system
> >> could be described that way --- and while I can't say I'm in
> >> love with it, I can deal with it.
>
> > Doesn't bugzilla insist on sending you the complete bug every time?
>
> Nope, it just sends the changes/additions. Other than the lack of a
> direct email input method, I find BZ quite usable. Josh was just
> complaining that its source code is a mess (dunno, haven't looked)
> but other than that I think it's a definite possibility, just because
> so many people are already familiar with it.

Have you tried to use debbugs? I agree with Greg Stark that it's a
better fit for our current procedure, while enabling better
traceability.

For an example, see http://bugs.debian.org. There are three links there
pointing to pages on how to use the system. Entering a bug number shows
detail; for example try entering 330514 which is a PostgreSQL bug. You
can add more detail to a bug by mailing <bug-number>@bugs.debian.org.
You can close a bug by mailing <bug-number>-done(at)bugs(dot)debian(dot)org(dot) You
can of course clone bugs, retarget to a different package, merge bugs,
etc.

It's controllable by email -- in fact, I think email is the only
controlling interface. You can get reports using the web frontend. You
can get an mbox via HTTP for a particular bug, which you can later open
with your email client if you like. (And respond to it, etc).

We would have to determine what constitutes a "package" (probably one
for each contrib module, one for each interface, one for the backend,
etc; or we could have separate package for "optimizer", "rewriter",
"transaction system", one for each access method, etc), what "tags"
there are, what "versions", etc.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim C. Nasby 2006-08-17 19:54:20 Re: pgstattuple extension for indexes
Previous Message Jie Zhang 2006-08-17 19:42:20 Re: [PATCHES] WIP: bitmap indexes