X-Original-To: pgsql-hackers-postgresql.org@postgresql.org Received: from localhost (mx1.hub.org [200.46.208.251]) by postgresql.org (Postfix) with ESMTP id 70C1D9FB4EE for ; Sat, 2 Sep 2006 12:42:36 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.208.251]) (amavisd-new, port 10024) with ESMTP id 22418-04 for ; Sat, 2 Sep 2006 12:42:26 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey- Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by postgresql.org (Postfix) with ESMTP id BB98B9FA48B for ; Sat, 2 Sep 2006 12:42:26 -0300 (ADT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.13.6/8.13.6) with ESMTP id k82FgPxG003455; Sat, 2 Sep 2006 11:42:25 -0400 (EDT) To: "Greg Sabino Mullane" cc: pgsql-hackers@postgresql.org Subject: Re: Postgres tracking - the pgtrack project In-reply-to: <621fdf7c380b797f32c1ac0f7bccffd4@biglumber.com> References: <621fdf7c380b797f32c1ac0f7bccffd4@biglumber.com> Comments: In-reply-to "Greg Sabino Mullane" message dated "Sat, 02 Sep 2006 15:20:46 -0000" Date: Sat, 02 Sep 2006 11:42:25 -0400 Message-ID: <3454.1157211745@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.124 tagged_above=0 required=5 tests=AWL, SPF_HELO_PASS, SPF_PASS X-Spam-Level: X-Archive-Number: 200609/137 X-Sequence-Number: 89666 "Greg Sabino Mullane" writes: > I've been thinking about this a lot since before the Summit, and the > only solution I see is to design something specifically for us. Well, nobody's going to accuse you of thinking too small ;-). Sounds great to me, though, if you think you can pull it off. Have at it! > Rather than get bogged down in details about how it will work and > what technologies it will be using, I'd like to share my ideas on > how it will work from an end-user perspective. There's a simple web > interface. You can use it to get the answer to questions like this: > What are all the open bugs for the current release? > Who is working on the updateable views patch? > Which bugs were fixed in 8.1.3? > [etc] That sounds fine for the "output" part of things, but where does the "input" come from? ISTM that it's been the input side that's been the real bone of contention in all the discussions of specific tracking software. BTW, another "output" thing you might consider is "having draft release notes ready-to-go on demand". Currently, Bruce prepares the release notes on the basis of a very tedious scan of the CVS commit logs. If this sort of stuff were being dropped into a tracker as it went into the CVS tree, at least the research part of making the notes would be zero-effort (or perhaps better to say that the work would be spread out instead of concentrated). regards, tom lane