Received: from localhost (unknown [200.46.204.183]) by mail.postgresql.org (Postfix) with ESMTP id EFAFB65032E for ; Wed, 5 Nov 2008 15:03:51 -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 45516-02 for ; Wed, 5 Nov 2008 15:03:51 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from outmail128065.authsmtp.net (outmail128065.authsmtp.net [62.13.128.65]) by mail.postgresql.org (Postfix) with ESMTP id 616496501AD for ; Wed, 5 Nov 2008 15:03:48 -0400 (AST) Received: from mail-c188.authsmtp.com (mail-c188.authsmtp.com [62.13.128.25]) by punt10.authsmtp.com (8.14.2/8.14.2/Kp) with ESMTP id mA5J3lJX053479 for ; Wed, 5 Nov 2008 19:03:47 GMT Received: from josh-berkuss-macbook.local (dsl081-245-111.sfo1.dsl.speakeasy.net [64.81.245.111]) (authenticated bits=0) by mail.authsmtp.com (8.14.2/8.14.2/Kp) with ESMTP id mA5J3h3N050779 for ; Wed, 5 Nov 2008 19:03:45 GMT Message-ID: <4911EE0E.3040001@agliodbs.com> Date: Wed, 05 Nov 2008 11:03:42 -0800 From: Josh Berkus Organization: Aglio Database Solutions User-Agent: Thunderbird 2.0.0.17 (Macintosh/20080914) MIME-Version: 1.0 To: pgsql-docs@postgresql.org Subject: Please add REINDEX note to 8.3.5 release notes. Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Server-Quench: 78e88e77-ab6c-11dd-aecc-001871e930f4 X-AuthRoute: OCdyZgscClZXSx8a IioLCC5HRQ8+YBZL BAkbIhBDJB8FUg9K Gl5dNUZcKlAHXFUf XCRcFVRRTyMuH3x3 awpZfQRUaEpNVQFs Hk5NXFpTCgdsBAIA Bx8BUBxwchpGNiMB YDxhBnMlXEF6ckF0 DE9VHWtIYm81YGhK V0dFJlFSIx5Lf0sR dwEqByAQYWUGbn1h El5oZz5tKw1bJS1O T0kEIV5ae2sqOBIR d1gEGikiVVECD3V1 dFp7YkQRGEsYKUh6 N1w9VEleW3Vp X-Authentic-SMTP: 61633136333939.cat.dmpriest.net.uk:1378/Kp X-Report-SPAM: If SPAM / abuse - report it at: http://www.authsmtp.com/abuse X-Virus-Status: No virus detected - but ensure you scan with your own anti-virus system! X-Archive-Number: 200811/6 X-Sequence-Number: 4991 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. ----------