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 460CB9FB34F for ; Sat, 2 Sep 2006 03:24:49 -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 85407-01-2 for ; Sat, 2 Sep 2006 03:24:38 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey- Received: from floppy.pyrenet.fr (floppy.pyrenet.fr [194.116.145.2]) by postgresql.org (Postfix) with ESMTP id E26629FB51B for ; Sat, 2 Sep 2006 03:12:50 -0300 (ADT) Received: by floppy.pyrenet.fr (Postfix, from userid 106) id B78D3308E6; Sat, 2 Sep 2006 08:12:48 +0200 (MET DST) From: Lukas Kahwe Smith X-Newsgroups: pgsql.hackers Subject: Re: Getting a move on for 8.2 beta Date: Sat, 02 Sep 2006 08:12:47 +0200 Organization: Hub.Org Networking Services Lines: 30 Message-ID: References: <200609020036.k820aWr26205@momjian.us> <44F8DD69.6070209@dunslane.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@news.hub.org User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) In-Reply-To: <44F8DD69.6070209@dunslane.net> To: pgsql-hackers@postgresql.org X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.044 tagged_above=0 required=5 tests=AWL X-Spam-Level: X-Archive-Number: 200609/112 X-Sequence-Number: 89641 Andrew Dunstan wrote: > It would make the process more transparent, which is something several > people have expressed a desire for. Yes, the processes seems to work by having two of the most important people waste time on getting information anyone else could collect, or that the developer himself could quickly provide and keep up to date. Furthermore the process expects these two people to know who to ask, what to look for etc. Wouldn't it be great if someone could just decide: "hey I know postgres, I have some unexpected spare time, I want to do some code reviewing on patch x, y and z" If this all works through some issue tracker, a wiki or a combination of both, the end result is transparency, the opportunity to take load off from people that have important other things to do and a chance at getting unexpected help. For example I have no expertise in coding on Postgres, but I think I would be able to collect information from this mailinglist (like specs, url's etc.) and put them in some issue tracker or wiki. I have done exactly the same for PHP [1] (though there are rarely specs thrown around in PHP, so my PHP todo list is not much more than a simple bullet list of todo's with a name and occasional URL's to additional information). regards, Lukas [1] http://oss.backendmedia.com/PHPTODO/