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 A4699D1C9D8 for ; Tue, 18 Nov 2003 01:43:17 +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 02102-07 for ; Mon, 17 Nov 2003 21:42:48 -0400 (AST) Received: from houston.familyhealth.com.au (fhnet.arach.net.au [203.22.197.21]) by svr1.postgresql.org (Postfix) with ESMTP id 23974D1C9E7 for ; Mon, 17 Nov 2003 21:42:44 -0400 (AST) Received: from familyhealth.com.au (work-40.internal [192.168.0.40]) by houston.familyhealth.com.au (8.12.9p1/8.12.9) with ESMTP id hAI1gfoD073887; Tue, 18 Nov 2003 09:42:41 +0800 (WST) (envelope-from chriskl@familyhealth.com.au) Message-ID: <3FB979DE.10009@familyhealth.com.au> Date: Tue, 18 Nov 2003 09:46:06 +0800 From: Christopher Kings-Lynne User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Eisentraut Cc: PostgreSQL Development Subject: Re: Release cycle length References: In-Reply-To: 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: 200311/907 X-Sequence-Number: 47195 > The time from release 7.3 to release 7.4 was 355 days, an all-time high. > We really need to shorten that. We already have a number of significant > improvements in 7.5 now, and several good ones coming up in the next few > weeks. We cannot let people wait 1 year for that. I suggest that we aim > for a 6 month cycle, consisting of approximately 4 months of development > and 2 months of cleanup. So the start of the next beta could be the 1st > of March. What do you think? So long as pg_dump object ordering is an early fix to make upgrades rather more painless, I'm all for it :) Does anyone have a comparison of how many lines of code were added in this release compared to previous? Chris