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 A4F8FD1B575 for ; Thu, 20 Nov 2003 20:20:13 +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 06970-06 for ; Thu, 20 Nov 2003 16:19:43 -0400 (AST) Received: from sss.pgh.pa.us (unknown [192.204.191.242]) by svr1.postgresql.org (Postfix) with ESMTP id 771E1D1B510 for ; Thu, 20 Nov 2003 16:19:41 -0400 (AST) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.12.10/8.12.10) with ESMTP id hAKKJc19006401; Thu, 20 Nov 2003 15:19:38 -0500 (EST) To: Jan Wieck Cc: Peter Eisentraut , PostgreSQL Development Subject: Re: Release cycle length In-reply-to: <3FBB7F20.8050005@Yahoo.com> References: <20031117202346.M731@ganymede.hub.org> <3FBB7F20.8050005@Yahoo.com> Comments: In-reply-to Jan Wieck message dated "Wed, 19 Nov 2003 09:33:04 -0500" Date: Thu, 20 Nov 2003 15:19:38 -0500 Message-ID: <6400.1069359578@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200311/1147 X-Sequence-Number: 47435 Jan Wieck writes: > On Tue, 18 Nov 2003, Peter Eisentraut wrote: >> The time from release 7.3 to release 7.4 was 355 days, an all-time high. >> We really need to shorten that. > I don't see much of a point for a shorter release cycle as long as we > don't get rid of the initdb requirement for releases that don't change > the system catalog structure. All we gain from that is spreading out the > number of different versions used in production. Yeah, I think the main issue in all this is that for real production sites, upgrading Postgres across major releases is *painful*. We have to find a solution to that before it makes sense to speed up the major-release cycle. By the same token, I'm not sure that there's much of a market for "development" releases --- people who find a 7.3->7.4 upgrade painful aren't going to want to add additional upgrades to incompatible intermediate states. If we could fix that, there'd be more interest. regards, tom lane