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 57AA0D1B571 for ; Wed, 22 Oct 2003 18:27:29 +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 58830-09 for ; Wed, 22 Oct 2003 15:26:59 -0300 (ADT) Received: from bob.samurai.com (bob.samurai.com [205.207.28.75]) by svr1.postgresql.org (Postfix) with ESMTP id 66009D1B56B for ; Wed, 22 Oct 2003 15:26:58 -0300 (ADT) Received: from 6-allhosts (d226-85-166.home.cgocable.net [24.226.85.166]) by bob.samurai.com (Postfix) with ESMTP id BD4591D53; Wed, 22 Oct 2003 14:26:57 -0400 (EDT) Subject: Re: 7.4 compatibility question From: Neil Conway To: Tom Lane Cc: Bruce Momjian , Christopher Kings-Lynne , PostgreSQL Hackers In-Reply-To: <17341.1066843560@sss.pgh.pa.us> References: <200310221712.h9MHCKN20676@candle.pha.pa.us> <17341.1066843560@sss.pgh.pa.us> Content-Type: text/plain Message-Id: <1066847216.374.108.camel@tokyo> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 22 Oct 2003 14:26:56 -0400 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200310/1048 X-Sequence-Number: 45730 On Wed, 2003-10-22 at 13:26, Tom Lane wrote: > We do already have a practice of adding notes about significant changes > to release.sgml as they are made. That's relatively new though, and I > dunno if it's helped Bruce prepare the finished release notes or not. Right, we also did a pretty bad job of incrementally updating release.sgml during the development cycle: only a small portion of all the changes that we made actually got added to it. I think it would be a good idea to try to be better at this during the 7.5 cycle. When 7.5 development begins, we should divide release.sgml into the relevant sections (e.g. "libpq", "contrib", "performance", "highlights of the release", etc.), and then keep it updated whenever a relevant change is made. IMHO that would be bother easier to maintain (see we need to write CVS changelog entries anyway, and Bruce wouldn't need to spend as long summarizing the changes at the end of the dev cycle), as well as producing a better quality release notes -- but since Bruce is the one actually doing the work, I'm content to leave this in his hands. -Neil