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 1uJxv3-00AM53-Se for pgsql-general@arkaria.postgresql.org; Tue, 27 May 2025 17:16:53 +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 1uJxv2-009hFj-A0 for pgsql-general@arkaria.postgresql.org; Tue, 27 May 2025 17:16:52 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uJxv1-009hFb-W1 for pgsql-general@lists.postgresql.org; Tue, 27 May 2025 17:16:52 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uJxuz-000EcJ-22 for pgsql-general@lists.postgresql.org; Tue, 27 May 2025 17:16:50 +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 54RHGjR91189830; Tue, 27 May 2025 13:16:46 -0400 From: Tom Lane To: Alvaro Herrera cc: Paul Foerster , Adrian Klaver , pgsql-general list Subject: Re: PostgreSQL 15.10 update corrective action for ATTACH PARTITION/DETACH PARTITION In-reply-to: <202505271700.ux5k6b3tv5fz@alvherre.pgsql> References: <202505271700.ux5k6b3tv5fz@alvherre.pgsql> Comments: In-reply-to Alvaro Herrera message dated "Tue, 27 May 2025 19:00:37 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1189828.1748366205.1@sss.pgh.pa.us> Date: Tue, 27 May 2025 13:16:45 -0400 Message-ID: <1189829.1748366205@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Alvaro Herrera writes: > I'm going to fix the query in the release notes for all past branches > now, to avoid confusing people upgrading in the future ... hopefully not > many, but I don't think it's going to be zero people. OK, thanks. regards, tom lane