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 1wHOnJ-0078lA-0Z for pgsql-hackers@arkaria.postgresql.org; Mon, 27 Apr 2026 16:26:49 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wHOnI-00EdNO-1I for pgsql-hackers@arkaria.postgresql.org; Mon, 27 Apr 2026 16:26:48 +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.96) (envelope-from ) id 1wHOkx-00EZTF-0O for pgsql-hackers@lists.postgresql.org; Mon, 27 Apr 2026 16:24:23 +0000 Received: from fhigh-a5-smtp.messagingengine.com ([103.168.172.156]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wHOku-00000003MhX-0EMu for pgsql-hackers@postgresql.org; Mon, 27 Apr 2026 16:24:22 +0000 Received: from phl-compute-02.internal (phl-compute-02.internal [10.202.2.42]) by mailfhigh.phl.internal (Postfix) with ESMTP id E256C1400036; Mon, 27 Apr 2026 12:24:17 -0400 (EDT) Received: from phl-frontend-04 ([10.202.2.163]) by phl-compute-02.internal (MEProxy); Mon, 27 Apr 2026 12:24:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:content-type:date:date:feedback-id:feedback-id :from:from:in-reply-to:in-reply-to:message-id:mime-version :reply-to:subject:subject:to:to:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; t=1777307057; x=1777393457; bh=A V1IqIH1zV0hba6+yTK/jp8W1pDOFTI0ClGPEHAKXEk=; b=nC0vZSqv+baZC+kWn tDNq63WUn5Mip0AFKjwmEv5GRIdPGrwRd0MYdBleaiO1XCSyrQX4vL8SOR0ZJha7 csbyVP9TVC/wtzl9cCUqQFFkE9CrfiJYQbAnBGw77bMgjqReIegWgkhWRcGvOOI2 yD8KisLhWQY9I/SH0CQAQHOi+EujhIr0w78YiV1ZzYJQkcGa3JHyfhnsMERVe5Ev 5n97EXAAPbMzCt4MZ2FZgr7yZo6Pn7Da5Tz+aScn6C1FrS+KlY28cY8tKcKcHlyU 0CXIgXUNykruLHkiXrWyX2chVNASZXzJX/8xH+bDj4PZQopt94l6az2zeiKecgeO pQkCw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeefhedrtddtgdejleduiecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpuffrtefokffrpgfnqfghnecuuegr ihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjug hrpeffhffvvefukfggtggugfgjsehtkeertddttdejnecuhfhrohhmpeetlhhvrghrohcu jfgvrhhrvghrrgcuoegrlhhvhhgvrhhrvgesrghlvhhhrdhnohdqihhprdhorhhgqeenuc ggtffrrghtthgvrhhnpedvkedtffduffdtffffheffhfejjefhgfeiueeukeejkeffgfdu fffhudffffeuveenucffohhmrghinhepvghnthgvrhhprhhishgvuggsrdgtohhmnecuve hluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheprghlvhhhvghr rhgvsegrlhhvhhdrnhhoqdhiphdrohhrghdpnhgspghrtghpthhtohepgedpmhhouggvpe hsmhhtphhouhhtpdhrtghpthhtoheprghhsegthigsvghrthgvtgdrrghtpdhrtghpthht ohephhhouhiijhdrfhhnshhtsehfuhhjihhtshhurdgtohhmpdhrtghpthhtoheplhhird gvvhgrnhdrtghhrghosehgmhgrihhlrdgtohhmpdhrtghpthhtohepphhgshhqlhdqhhgr tghkvghrshesphhoshhtghhrvghsqhhlrdhorhhg X-ME-Proxy: Feedback-ID: ia2694551:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 27 Apr 2026 12:24:17 -0400 (EDT) Received: by ida.kurilemu.internal (Postfix, from userid 1000) id 0515AB0325C; Mon, 27 Apr 2026 18:24:15 +0200 (CEST) Date: Mon, 27 Apr 2026 18:24:14 +0200 From: Alvaro Herrera To: Chao Li Cc: Antonin Houska , PostgreSQL-development , "Zhijie Hou (Fujitsu)" Subject: Re: repack: fix a bug to reject deferrable primary key fallback for concurrent mode Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5FD0FDC6-EE6C-4368-8B1E-7A6F4917254F@gmail.com> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 2026-Apr-26, Chao Li wrote: > Thanks for your reviewing and confirming. > > Rebased to v4 as the CF reported a conflict. Thanks, pushed it now. -- Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/ "La grandeza es una experiencia transitoria. Nunca es consistente. Depende en gran parte de la imaginación humana creadora de mitos" (Irulan)