Re: Bug tracker tool we need - Mailing list pgsql-hackers

From Brendan Jurd
Subject Re: Bug tracker tool we need
Date
Msg-id CADxJZo2NCefSAadExQQ_n=jrN9UdMSKLzjeyfndnhA8KGO58Eg@mail.gmail.com
Whole thread Raw
In response to Re: Bug tracker tool we need  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 18 April 2012 13:44, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> ... I think you'll find a lot of that data could be mined out of our
> historical commit logs already.  I know I make a practice of mentioning
> "bug #NNNN" whenever there is a relevant bug number, and I think other
> committers do too.  It wouldn't be 100% coverage, but still, if we could
> bootstrap the tracker with a few hundred old bugs, we might have
> something that was immediately useful, instead of starting from scratch
> and hoping it would eventually contain enough data to be useful.

Just as a data point, git tells me that there are 387 commits where
the commit log message matches '#\d+', and 336 where it matches 'bug
#\d+'.

Cheers,
BJ


pgsql-hackers by date:

Previous
From: Greg Smith
Date:
Subject: Re: Bug tracker tool we need
Next
From: Tom Lane
Date:
Subject: Re: patch submission: truncate trailing nulls from heap rows to reduce the size of the null bitmap