Received: from localhost (unknown [200.46.204.183]) by mail.postgresql.org (Postfix) with ESMTP id 59EB16322FD for ; Thu, 8 Jan 2009 21:48:21 -0400 (AST) Received: from mail.postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 38222-03 for ; Thu, 8 Jan 2009 21:48:17 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from momjian.us (momjian.us [70.90.9.53]) by mail.postgresql.org (Postfix) with ESMTP id C322D6322A5 for ; Thu, 8 Jan 2009 21:48:17 -0400 (AST) Received: (from bruce@localhost) by momjian.us (8.11.6/8.11.6) id n091mHG21834; Thu, 8 Jan 2009 20:48:17 -0500 (EST) From: Bruce Momjian Message-Id: <200901090148.n091mHG21834@momjian.us> Subject: Re: Please add REINDEX note to 8.3.5 release notes. In-Reply-To: <4911EE0E.3040001@agliodbs.com> To: Josh Berkus Date: Thu, 8 Jan 2009 20:48:17 -0500 (EST) CC: pgsql-docs@postgresql.org X-Mailer: ELM [version 2.4ME+ PL124 (25)] MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="ELM1231465697-28689-3_" Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0 tagged_above=0 required=5 tests=none X-Spam-Level: X-Archive-Number: 200901/4 X-Sequence-Number: 5040 --ELM1231465697-28689-3_ Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="US-ASCII" Done, with the attached patch applied to appropriate back branches. --------------------------------------------------------------------------- Josh Berkus wrote: > Folks, > > In the Release Notes for 8.3.5, 8.2.11, and 8.1.15, no mention is made > of the need to REINDEX GiST indexes for some users. Please add this > sentence to each Migration to Version section. > > Please update soon; people are being confused between the apparent > contradiction between the Release Notes and the announcement. > > ----------- > > E.1.1. Migration to Version 8.3.5 > > + If you were previously running version 8.3.4, run REINDEX on all GiST > indexes after upgrade. > > ----------- > > E.7.1. Migration to Version 8.2.11 > > + If you were previously running version 8.2.10, run REINDEX on all GiST > indexes after upgrade. > > ----------- > > E.19.1. Migration to Version 8.1.15 > > > + If you were previously running version 8.1.15, run REINDEX on all GiST > indexes after upgrade. > > ---------- > > -- > Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-docs -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + If your life is a hard drive, Christ can be your backup. + --ELM1231465697-28689-3_ Content-Transfer-Encoding: 7bit Content-Type: text/x-diff Content-Disposition: inline; filename="/rtmp/x" Index: release.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/release.sgml,v retrieving revision 1.587 retrieving revision 1.588 diff -c -c -r1.587 -r1.588 *** release.sgml 30 Oct 2008 22:22:24 -0000 1.587 --- release.sgml 9 Jan 2009 01:47:02 -0000 1.588 *************** *** 1,4 **** !