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 588A7D1B51B for ; Mon, 27 Oct 2003 02:40:14 +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 51440-04 for ; Sun, 26 Oct 2003 22:39:46 -0400 (AST) Received: from candle.pha.pa.us (momjian.navpoint.com [207.106.42.251]) by svr1.postgresql.org (Postfix) with ESMTP id 3947BD1B50E for ; Sun, 26 Oct 2003 22:39:41 -0400 (AST) Received: (from pgman@localhost) by candle.pha.pa.us (8.11.6/8.11.6) id h9R2di206992; Sun, 26 Oct 2003 21:39:44 -0500 (EST) From: Bruce Momjian Message-Id: <200310270239.h9R2di206992@candle.pha.pa.us> Subject: Re: 7.4 compatibility question In-Reply-To: <3F9BF99B.602@dunslane.net> To: Andrew Dunstan Date: Sun, 26 Oct 2003 21:39:44 -0500 (EST) Cc: PostgreSQL-development X-Mailer: ELM [version 2.4ME+ PL108 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200310/1329 X-Sequence-Number: 46011 Andrew Dunstan wrote: > > > Bruce Momjian wrote: > > >Bug tracking systems have the same limitation as incremental release > >notes --- youi have to do a lot of piecemeal work to get complete output > >at the end, rather than doing it more efficiently in one batch. > > > >Most people working on PostgreSQL are volunteers, and one of my primary > >jobs is to make it easy for them --- if it takes me a week to get the > >release notes together --- so be it --- I am making it easier for > >others. > > > > > > You do a fine job and I know it is appreciated. I'd hate to think what > would happen if you got run over by a bus. > > It's a bit of a matter of taste - I think bug tracking systems give > projects better support than mailing lists, but maybe that's just me. I think our goal is to get every known problem on the TODO list so people can scan it quickly. It is also easier to have it all centralized and distilled. However, it is hard to get more detail on the bug, so we have TODO.detail. Bug tracking systems are an extra level of abstraction for projects in that it categorizes discussion. However, that abstraction level also slows things down --- hard to say if it is a win or not. Ideally, I would like to do all the unpleasant work and making improving PostgreSQL easy for others. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073