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.96) (envelope-from ) id 1wIWWe-008Aon-1Q for pgsql-hackers@arkaria.postgresql.org; Thu, 30 Apr 2026 18:54:16 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wIWWc-008SQR-0o for pgsql-hackers@arkaria.postgresql.org; Thu, 30 Apr 2026 18:54:14 +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.96) (envelope-from ) id 1wIWWb-008SQ7-36 for pgsql-hackers@lists.postgresql.org; Thu, 30 Apr 2026 18:54:13 +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.98.2) (envelope-from ) id 1wIWWY-00000003YmK-3dKM for pgsql-hackers@postgresql.org; Thu, 30 Apr 2026 18:54:12 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.18.1/8.18.1) with ESMTP id 63UIs2dU769632; Thu, 30 Apr 2026 14:54:02 -0400 From: Tom Lane To: Alvaro Herrera cc: Chao Li , Antonin Houska , PostgreSQL-development , "Zhijie Hou (Fujitsu)" Subject: Re: repack: fix a bug to reject deferrable primary key fallback for concurrent mode In-reply-to: References: Comments: In-reply-to Alvaro Herrera message dated "Mon, 27 Apr 2026 18:24:14 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <769630.1777575242.1@sss.pgh.pa.us> Date: Thu, 30 Apr 2026 14:54:02 -0400 Message-ID: <769631.1777575242@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Alvaro Herrera writes: > Thanks, pushed it now. So, no sooner had 4b2aa4b39 removed tests of REPACK CONCURRENTLY from the core regression tests than 832e220d9 put one back. BF member thorntail is broken again. regards, tom lane