X-Original-To: pgsql-hackers-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id B2323D1B83D for ; Fri, 27 Feb 2004 05:17:10 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 25170-05 for ; Fri, 27 Feb 2004 01:17:09 -0400 (AST) Received: from smtp.istop.com (dci.doncaster.on.ca [66.11.168.194]) by svr1.postgresql.org (Postfix) with ESMTP id 1B2C2D1B4DE for ; Fri, 27 Feb 2004 01:17:08 -0400 (AST) Received: from stark.xeocode.com (gsstark.mtl.istop.com [66.11.160.162]) by smtp.istop.com (Postfix) with ESMTP id 0AE8A17C4EF; Fri, 27 Feb 2004 00:17:07 -0500 (EST) Received: from localhost ([127.0.0.1] helo=stark.xeocode.com) by stark.xeocode.com with smtp (Exim 3.36 #1 (Debian)) id 1AwaN0-0001Ik-00; Fri, 27 Feb 2004 00:17:06 -0500 To: pgsql-hackers@postgresql.org Subject: Re: [pgsql-www] Collaboration Tool Proposal References: <200402260912.54001.josh@agliodbs.com> <200402262116.38479.peter_e@gmx.net> <200402261228.44788.josh@agliodbs.com> <403E59F6.7000600@dunslane.net> <1077829449.2784.18.camel@camel> <14898.1077834578@sss.pgh.pa.us> In-Reply-To: <14898.1077834578@sss.pgh.pa.us> From: Greg Stark Organization: The Emacs Conspiracy; member since 1992 Date: 27 Feb 2004 00:17:06 -0500 Message-ID: <87ishtgkz1.fsf@stark.xeocode.com> Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200402/889 X-Sequence-Number: 50478 Tom Lane writes: > I would favor using Bugzilla over anything else just because I'm used > to it (have to use it internally at Red Hat anyway). I might suggest again RT. It's open source and has serious commercial traction. The postgres port needs a lot of work for it to really catch up to the original MySQL implementation so most of the users are using it with MySQL. But it works ok under postgres and having more postgres-familiar eyes looking at it would help polish both its postgres port and fix the problems it exposes in the postgres optimizer. It's more of a generic ticketing system than a single-purpose bug tracking system though. I'm not sure how smoothly it would be usable for bug-tracking an open source project like postgres. -- greg