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 CC3D1D1B982 for ; Fri, 27 Feb 2004 19:12:47 +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 91083-01 for ; Fri, 27 Feb 2004 15:12:33 -0400 (AST) Received: from trolak.mydnsbox2.com (ns1.mydnsbox2.com [207.44.142.118]) by svr1.postgresql.org (Postfix) with ESMTP id 5F885D1B860 for ; Fri, 27 Feb 2004 15:12:31 -0400 (AST) Received: from dunslane.net (cpe-024-211-141-025.nc.rr.com [24.211.141.25]) (authenticated (0 bits)) by trolak.mydnsbox2.com (8.11.6/8.11.6) with ESMTP id i1RKBJ120658 for ; Fri, 27 Feb 2004 14:11:19 -0600 Message-ID: <403F969F.70005@dunslane.net> Date: Fri, 27 Feb 2004 14:12:31 -0500 From: Andrew Dunstan User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031114 X-Accept-Language: en-us, en MIME-Version: 1.0 To: PostgreSQL-development Subject: Re: [pgsql-www] Collaboration Tool Proposal References: <200402260912.54001.josh@agliodbs.com> <15111.1077835640@sss.pgh.pa.us> <200402261452.49385.josh@agliodbs.com> <200402270020.37548.peter_e@gmx.net> <8765dtjmu7.fsf@mailbox.samurai.com> <16841.1077859531@sss.pgh.pa.us> <871xogh8ob.fsf@stark.xeocode.com> In-Reply-To: <871xogh8ob.fsf@stark.xeocode.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200402/924 X-Sequence-Number: 50513 Greg Stark wrote: > >I also dislike BZ for aesthetic reasons. If one person is editing a ticket >while another person updates the same ticket, it refuses your edits and you >have to start all over. I think all the updates are stored in one big field. > > AFAICS it's one row per comment, at least in the 2.17 code base. BZ does have horrible locking issues - they are being dealt with as part of the bugs I referred to elsewhere. cheers andrew