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 2EC90D1B4F2 for ; Thu, 23 Oct 2003 11:02:57 +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 27962-04 for ; Thu, 23 Oct 2003 08:02:28 -0300 (ADT) Received: from mailgw1.syncinc.com (unknown [63.126.54.34]) by svr1.postgresql.org (Postfix) with ESMTP id A042DD1B517 for ; Thu, 23 Oct 2003 08:02:21 -0300 (ADT) Received: from ascwf14yqi3m2t (h000ae69b8247.ne.client2.attbi.com [24.62.105.235]) by mailgw1.syncinc.com (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTPA id <0HN70013KIMRRO@mailgw1.syncinc.com> for pgsql-hackers@postgresql.org; Thu, 23 Oct 2003 07:01:40 -0400 (EDT) Date: Thu, 23 Oct 2003 07:02:26 -0400 From: Michael Brusser Subject: Re: 7.4 compatibility question In-reply-to: <200310221804.h9MI4wA01230@candle.pha.pa.us> To: Bruce Momjian Cc: Neil Conway , Christopher Kings-Lynne , Tom Lane , PostgreSQL Hackers Reply-To: michael@synchronicity.com Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200310/1071 X-Sequence-Number: 45753 > -----Original Message----- > From: Bruce Momjian ... > The big question is whether the current release notes hit he right > balanced. Do they for you? The last time I read the notes was when we upgraded to 7.3.4. I'll pick up couple entries from Release Notes and the HISTORY file (which we always read) for examples. PostgreSQL now supports the ALTER TABLE ... DROP COLUMN functionality. => this is entirely sufficient. Detailed info can be found in the docs. Optimizer improvements => this tells me nothing. I suppose this could be a minor internal code tweak, which does not affect me. On the other hand this could be a major breakthrough, so now I can run some stupid query which would take a week to complete in the previous release. How do I know? Fix to_ascii() buffer overruns => I don't think I need any more details here Work around buggy strxfrm() present in some Solaris releases => if we did not suffer from this (big thanks for fixing!) I would've never guessed how it may manifest itself and affect the database, even though this alone could be a strong reason for upgrade. If you think this would take too much space and bloat the document, then maybe the best solution is to have a reference number: Bug# 123 : Work around ... Then I could go to some http://postgres../bugtrack enter this number and learn more. Mike.