Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uECT8-004SQ0-TZ for pgsql-general@arkaria.postgresql.org; Sun, 11 May 2025 19:36:15 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1uECT8-00Ayff-01 for pgsql-general@arkaria.postgresql.org; Sun, 11 May 2025 19:36:14 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uECT7-00AyfN-Ky for pgsql-general@lists.postgresql.org; Sun, 11 May 2025 19:36:13 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uECT4-001OUH-2U for pgsql-general@lists.postgresql.org; Sun, 11 May 2025 19:36:13 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 54BJa9kg1121570; Sun, 11 May 2025 15:36:09 -0400 From: Tom Lane To: Paul Foerster cc: Pgsql-General List Subject: Re: Updating to PostgreSQL 17.5 In-reply-to: <492F08D2-73F0-4CB7-85C7-8602304A448F@gmail.com> References: <492F08D2-73F0-4CB7-85C7-8602304A448F@gmail.com> Comments: In-reply-to Paul Foerster message dated "Sun, 11 May 2025 20:08:14 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1121568.1746992169.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Sun, 11 May 2025 15:36:09 -0400 Message-ID: <1121569.1746992169@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Paul Foerster writes: > the release notes for PostgreSQL 17.5 (https://www.postgresql.org/docs/1= 7/release-17-5.html) state: > "Also, if you have any BRIN bloom indexes, it may be advisable to reinde= x them after updating." > I don't know what exactly that means. Sorry --- it means BRIN indexes that use one of the "xxx_bloom_ops" opclas= ses. https://www.postgresql.org/docs/current/brin.html#BRIN-BUILTIN-OPCLASSES regards, tom lane